diff options
author | Timothy Pearson <[email protected]> | 2012-02-24 15:29:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-24 15:29:11 -0600 |
commit | b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77 (patch) | |
tree | 31cd0dfbcd812303cb707e37614c5a8bc86afd00 /src/modules/options/optw_query.cpp | |
parent | 2b0f7501a0f64a3eac41fffc6256714aba7693c2 (diff) | |
download | kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.tar.gz kvirc-b7d96aa82b20eafeecf272bd2b8eb59e9ca45d77.zip |
Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT
Diffstat (limited to 'src/modules/options/optw_query.cpp')
-rw-r--r-- | src/modules/options/optw_query.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index dfaca3bb..99403932 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -30,7 +30,7 @@ #include "kvi_settings.h" -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT #include <tdeversion.h> #endif @@ -79,7 +79,7 @@ KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent) "will be displayed in the window.<br></center>","options")); #endif -#if defined(COMPILE_ON_WINDOWS) || (defined(COMPILE_KDE_SUPPORT) && (TDE_VERSION_MAJOR >= 3) && (TDE_VERSION_MINOR >= 2)) +#if defined(COMPILE_ON_WINDOWS) || (defined(COMPILE_TDE_SUPPORT) && (TDE_VERSION_MAJOR >= 3) && (TDE_VERSION_MINOR >= 2)) b = addBoolSelector(0,3,0,3,__tr2qs_ctx("Flash system taskbar on new query message","options"),KviOption_boolFlashQueryWindowOnNewMessages); #ifdef COMPILE_INFO_TIPS mergeTip(b, |