summaryrefslogtreecommitdiffstats
path: root/src/k9main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9main.cpp')
-rw-r--r--src/k9main.cpp5
1 files changed, 0 insertions, 5 deletions
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 <tdeio/netaccess.h>
#include <kdiskfreesp.h>
#include <tqvaluelist.h>
-#include <tdeversion.h>
#include <tqbitmap.h>
@@ -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
{