X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Finputwidgetsettingspage.cpp;h=4c0231acff511a0b56861a6b8dfec41fe7ce5074;hp=02f4c2501945428d7f2166523275dc25d4b282fa;hb=9d54503555534a2c554f09a33df6afa33d6308ec;hpb=d7832127ff8412b09d9fa4e56570d8a890abcbbe diff --git a/src/qtui/settingspages/inputwidgetsettingspage.cpp b/src/qtui/settingspages/inputwidgetsettingspage.cpp index 02f4c250..4c0231ac 100644 --- a/src/qtui/settingspages/inputwidgetsettingspage.cpp +++ b/src/qtui/settingspages/inputwidgetsettingspage.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,18 +15,19 @@ * 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 "inputwidgetsettingspage.h" InputWidgetSettingsPage::InputWidgetSettingsPage(QWidget *parent) - : SettingsPage(tr("Interface"), tr("Input Widget"), parent) + : SettingsPage(tr("Interface"), tr("Input Widget"), parent) { - ui.setupUi(this); + ui.setupUi(this); #ifndef HAVE_KDE - ui.enableSpellCheck->hide(); + ui.enableSpellCheck->hide(); #endif - initAutoWidgets(); + initAutoWidgets(); }