X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Finputwidget.cpp;h=7c0b7504fa38a9b1a85b950c2603365b3ae3d268;hp=e68e2434a804cc9aad959de87c40443bf566e0d5;hb=35ca85f1c4371ee28d00d5ff0195a5b44aadb299;hpb=2065113a03502230702f41e426c37c0118f16b48 diff --git a/src/qtui/inputwidget.cpp b/src/qtui/inputwidget.cpp index e68e2434..7c0b7504 100644 --- a/src/qtui/inputwidget.cpp +++ b/src/qtui/inputwidget.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -101,7 +101,7 @@ InputWidget::InputWidget(QWidget *parent) UiSettings s("InputWidget"); -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 s.notify("EnableSpellCheck", this, SLOT(setEnableSpellCheck(QVariant))); setEnableSpellCheck(s.value("EnableSpellCheck", false)); #endif