diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:48:37 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:48:37 -0600 |
| commit | d127c40fab58751c1dea8ea0afff520618236ba6 (patch) | |
| tree | eec4f8e52cdc6104125c75c3feb6a2bb17723b67 /src/modules/options | |
| parent | 18e0b815263a94e61da2d405ec6ef6bb49e48380 (diff) | |
| download | kvirc-d127c40fab58751c1dea8ea0afff520618236ba6.tar.gz kvirc-d127c40fab58751c1dea8ea0afff520618236ba6.zip | |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'src/modules/options')
| -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 7e60df8..5b6b7c3 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -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) && (KDE_VERSION_MAJOR >= 3) && (KDE_VERSION_MINOR >= 2)) +#if defined(COMPILE_ON_WINDOWS) || (defined(COMPILE_KDE_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, |
