diff options
| author | 2008-10-09 15:10:14 +0000 | |
|---|---|---|
| committer | 2008-10-09 15:10:14 +0000 | |
| commit | e32db8481618113efe096523fecd8b28d8f884b2 (patch) | |
| tree | 2afe3da37fcdfabb45efb1a999bcff31a8afc005 /src/modules/options/optw_query.cpp | |
| parent | removed useless define (diff) | |
| download | KVIrc-e32db8481618113efe096523fecd8b28d8f884b2.tar.gz KVIrc-e32db8481618113efe096523fecd8b28d8f884b2.tar.bz2 KVIrc-e32db8481618113efe096523fecd8b28d8f884b2.zip | |
renamed old KDE 3 define
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2676 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/options/optw_query.cpp')
| -rw-r--r-- | src/modules/options/optw_query.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index d488637a6..5aaa74c25 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -70,7 +70,7 @@ KviQueryOptionsWidget::KviQueryOptionsWidget(QWidget * parent) "Some actions of the target user (e.g. joins and parts) " \ "will be displayed in the window.<br></center>","options")); -#if (defined(COMPILE_ON_WINDOWS) || defined(COMPILE_KDE_SUPPORT) || defined(COMPILE_ON_MINGW)) +#if (defined(COMPILE_ON_WINDOWS) || defined(COMPILE_KDE3_SUPPORT) || defined(COMPILE_ON_MINGW)) b = addBoolSelector(0,3,1,3,__tr2qs_ctx("Flash system taskbar on new query message","options"),KviOption_boolFlashQueryWindowOnNewMessages); mergeTip(b, __tr2qs_ctx("<center>This option causes the system taskbar entry for KVIrc to flash when a new query message " \ |
