X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Ftopicwidgetsettingspage.h;h=37751086da19540d87c4787c75f590f7b7b44f41;hp=adc3ed49d0322da43965ecf3731717082fd1223f;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=26f4a767b58ebf412d3c7ceb8005abc1ec9ad2bd diff --git a/src/qtui/settingspages/topicwidgetsettingspage.h b/src/qtui/settingspages/topicwidgetsettingspage.h index adc3ed49..37751086 100644 --- a/src/qtui/settingspages/topicwidgetsettingspage.h +++ b/src/qtui/settingspages/topicwidgetsettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2015 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 TOPICWIDGETSETTINGSPAGE_H_ @@ -24,18 +24,20 @@ #include "settingspage.h" #include "ui_topicwidgetsettingspage.h" -class TopicWidgetSettingsPage : public SettingsPage { - Q_OBJECT +class TopicWidgetSettingsPage : public SettingsPage +{ + Q_OBJECT public: - TopicWidgetSettingsPage(QWidget *parent = 0); + TopicWidgetSettingsPage(QWidget *parent = 0); - inline bool hasDefaults() const { return true; } + inline bool hasDefaults() const { return true; } private: - Ui::TopicWidgetSettingsPage ui; + Ui::TopicWidgetSettingsPage ui; - inline QString settingsKey() const { return QString("TopicWidget"); } + inline QString settingsKey() const { return QString("TopicWidget"); } }; + #endif