summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/k9copy.cpp1
-rw-r--r--src/k9main.cpp5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/k9copy.cpp b/src/k9copy.cpp
index 3314667..ee5a1c2 100644
--- a/src/k9copy.cpp
+++ b/src/k9copy.cpp
@@ -15,7 +15,6 @@
#include "k9playbackoptions.h"
#include "k9langselect.h"
#include "k9config.h"
-#include <tdeversion.h>
#include <kstatusbar.h>
#include <tdestdaccel.h>
#include <tdeaction.h>
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
{