From 9d719b1cd3961240f45c17e2d68a6c7bd72676b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Mar 2026 16:59:07 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- src/modules/options/optw_query.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/modules/options/optw_query.cpp') 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 -#endif - KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent) : KviOptionsWidget(parent,"query_options_widget") { @@ -79,7 +75,7 @@ KviQueryOptionsWidget::KviQueryOptionsWidget(TQWidget * parent) "will be displayed in the window.
","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, -- cgit v1.2.3