aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-05-31 12:51:09 +0000
committerGravatar Elvio Basello2010-05-31 12:51:09 +0000
commit9640c9beab4a242e54dc75ddd7f9f78731bcc45e (patch)
treedf0f08d429f930472b05d5b15673268a05473f9d /src/modules/options
parentAnother fix in classeditor (diff)
downloadKVIrc-9640c9beab4a242e54dc75ddd7f9f78731bcc45e.tar.gz
KVIrc-9640c9beab4a242e54dc75ddd7f9f78731bcc45e.tar.bz2
KVIrc-9640c9beab4a242e54dc75ddd7f9f78731bcc45e.zip
fixed compilation without KDE
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4405 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options')
-rw-r--r--src/modules/options/optw_notifier.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/options/optw_notifier.cpp b/src/modules/options/optw_notifier.cpp
index bfd6660d6..02cbac693 100644
--- a/src/modules/options/optw_notifier.cpp
+++ b/src/modules/options/optw_notifier.cpp
@@ -153,9 +153,11 @@ KviNotifierOptionsWidget::KviNotifierOptionsWidget(QWidget * parent)
iRow++;
+ KviBoolSelector * b2;
+
#if defined(COMPILE_KDE_SUPPORT) || defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW)
- KviBoolSelector * b2 = addBoolSelector(0,iRow,0,iRow,__tr2qs_ctx("Don't show notifier when there is an active fullscreen window","options"),KviOption_boolDontShowNotifierIfActiveWindowIsFullScreen);
+ b2 = addBoolSelector(0,iRow,0,iRow,__tr2qs_ctx("Don't show notifier when there is an active fullscreen window","options"),KviOption_boolDontShowNotifierIfActiveWindowIsFullScreen);
tip = "<center>";
tip += __tr2qs_ctx("This option stops the notifier from being displayed when there is an active fullscreen window. " \