X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5252c12db4929886dbe502013e0a1fee6500f568..ec00f379dc42b00a64ab1af25bb4bb1a06bd7449:/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"