From 154daa68cdafb3a447ea973fdbe0348c4f826dcd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 10 Mar 2026 17:26:35 +0900 Subject: [PATCH] Remove use of TDE_VERSION Signed-off-by: Michele Calgaro (cherry picked from commit 0c6fb1ad44800cfffcc3ef23200d607de47d18b4) --- src/k9copy.cpp | 1 - src/k9main.cpp | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/k9copy.cpp b/src/k9copy.cpp index 54e9922..f14c1f2 100644 --- a/src/k9copy.cpp +++ b/src/k9copy.cpp @@ -15,7 +15,6 @@ #include "k9playbackoptions.h" #include "k9langselect.h" #include "k9config.h" -#include #include #include #include diff --git a/src/k9main.cpp b/src/k9main.cpp index f1ccb1b..88382dc 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 {