X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Finputwidgetsettingspage.h;h=3e1236bd62bed238b276506777a18d67b5823461;hp=a42a591e2395cd9bb89b777a7e3d66bd36ec5361;hb=e7ca039bcfdef8e22946b4402643ce107e89709c;hpb=d7832127ff8412b09d9fa4e56570d8a890abcbbe diff --git a/src/qtui/settingspages/inputwidgetsettingspage.h b/src/qtui/settingspages/inputwidgetsettingspage.h index a42a591e..3e1236bd 100644 --- a/src/qtui/settingspages/inputwidgetsettingspage.h +++ b/src/qtui/settingspages/inputwidgetsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * 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. * ***************************************************************************/ #ifndef INPUTLINESETTINGSPAGE_H_ @@ -24,18 +24,20 @@ #include "settingspage.h" #include "ui_inputwidgetsettingspage.h" -class InputWidgetSettingsPage : public SettingsPage { - Q_OBJECT +class InputWidgetSettingsPage : public SettingsPage +{ + Q_OBJECT public: - InputWidgetSettingsPage(QWidget *parent = 0); + InputWidgetSettingsPage(QWidget *parent = 0); - inline bool hasDefaults() const { return true; } + inline bool hasDefaults() const { return true; } private: - Ui::InputWidgetSettingsPage ui; + Ui::InputWidgetSettingsPage ui; - inline QString settingsKey() const { return QString("InputWidget"); } + inline QString settingsKey() const { return QString("InputWidget"); } }; + #endif