From 0c6fb1ad44800cfffcc3ef23200d607de47d18b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 10 Mar 2026 17:26:35 +0900 Subject: Remove use of TDE_VERSION Signed-off-by: Michele Calgaro --- src/k9main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/k9main.cpp') diff --git a/src/k9main.cpp b/src/k9main.cpp index 79e62f5..1cae0a9 100644 --- a/src/k9main.cpp +++ b/src/k9main.cpp @@ -57,7 +57,6 @@ #include #include #include -#include #include @@ -498,8 +497,6 @@ TQString k9Main::getDevice(TQComboBox *_combo) if ((index==-1) || (_combo->currentText() ==i18n("ISO Image"))) { res=_combo->currentText(); -#if TDE_VERSION >= TDE_MAKE_VERSION(3,4,0) - KURL url=KURL::fromPathOrURL(res); //TDEIO::mount(true,0,res,"",true); TDEIO::UDSEntry entry; @@ -515,8 +512,6 @@ TQString k9Main::getDevice(TQComboBox *_combo) } } } -#endif - } else { -- cgit v1.2.3