X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Finputwidgetsettingspage.cpp;h=20bcff3087f185abd44bb05783e003064d7ba9df;hp=02f4c2501945428d7f2166523275dc25d4b282fa;hb=695758015a80eb8c158a9ac4c0f1c0b547e70df3;hpb=d7832127ff8412b09d9fa4e56570d8a890abcbbe diff --git a/src/qtui/settingspages/inputwidgetsettingspage.cpp b/src/qtui/settingspages/inputwidgetsettingspage.cpp index 02f4c250..20bcff30 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-2015 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(); +#ifndef HAVE_KDE4 + ui.enableSpellCheck->hide(); #endif - initAutoWidgets(); + initAutoWidgets(); }