X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Ftopicwidgetsettingspage.cpp;h=fd13e1f51aa018ad2268d13092d94d15e0a36eaa;hb=6a51298c1f18613e9b64ee746e7f846dfcd05290;hp=46f40cb9c708b5c3035fa2a847ddccc769aca682;hpb=26f4a767b58ebf412d3c7ceb8005abc1ec9ad2bd;p=quassel.git diff --git a/src/qtui/settingspages/topicwidgetsettingspage.cpp b/src/qtui/settingspages/topicwidgetsettingspage.cpp index 46f40cb9..fd13e1f5 100644 --- a/src/qtui/settingspages/topicwidgetsettingspage.cpp +++ b/src/qtui/settingspages/topicwidgetsettingspage.cpp @@ -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,14 +15,15 @@ * 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 "topicwidgetsettingspage.h" TopicWidgetSettingsPage::TopicWidgetSettingsPage(QWidget *parent) - : SettingsPage(tr("Interface"), tr("Topic Widget"), parent) + : SettingsPage(tr("Interface"), tr("Topic Widget"), parent) { - ui.setupUi(this); + ui.setupUi(this); - initAutoWidgets(); + initAutoWidgets(); }