X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5252c12db4929886dbe502013e0a1fee6500f568..52b162b242b2a43316f90a1a1e30edd5c4e68d6f:/src/settingspagebase.cpp diff --git a/src/settingspagebase.cpp b/src/settingspagebase.cpp index 40821c1d5..6f8dcbfb6 100644 --- a/src/settingspagebase.cpp +++ b/src/settingspagebase.cpp @@ -15,19 +15,17 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ #include "settingspagebase.h" SettingsPageBase::SettingsPageBase(QWidget* parent) : - QWidget(parent) -{ -} + QWidget(parent) +{} SettingsPageBase::~SettingsPageBase() -{ -} +{} #include "settingspagebase.moc"