diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-09 16:59:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 13:05:46 +0900 |
| commit | 9d719b1cd3961240f45c17e2d68a6c7bd72676b6 (patch) | |
| tree | 0fae3428162f6884b19359c67329836379c35b15 /src/modules/options/optw_query.cpp | |
| parent | ce3bc2010a904f4be0b39e43d1a699d2317a7d25 (diff) | |
| download | kvirc-9d719b1cd3961240f45c17e2d68a6c7bd72676b6.tar.gz kvirc-9d719b1cd3961240f45c17e2d68a6c7bd72676b6.zip | |
Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/modules/options/optw_query.cpp')
| -rw-r--r-- | src/modules/options/optw_query.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/options/optw_query.cpp b/src/modules/options/optw_query.cpp index 97f762d..9f8a791 100644 --- a/src/modules/options/optw_query.cpp +++ b/src/modules/options/optw_query.cpp @@ -30,10 +30,6 @@ #include "kvi_settings.h" -#ifdef COMPILE_TDE_SUPPORT - #include <tdeversion.h> -#endif - KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent) : KviOptionsWidget(parent,"query_options_widget") { @@ -79,7 +75,7 @@ KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent) "will be displayed in the window.<br></center>","options")); #endif -#if defined(COMPILE_ON_WINDOWS) || (defined(COMPILE_TDE_SUPPORT) && (TDE_VERSION_MAJOR >= 3) && (TDE_VERSION_MINOR >= 2)) +#if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_TDE_SUPPORT) b = addBoolSelector(0,3,0,3,__tr2qs_ctx("Flash system taskbar on new query message","options"),KviOption_boolFlashQueryWindowOnNewMessages); #ifdef COMPILE_INFO_TIPS mergeTip(b, |
