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