Remove use of TDE_VERSION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0c6fb1ad44)
r14.1.x
Michele Calgaro 5 days ago
parent e1ba5a8908
commit 154daa68cd
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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>

@ -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
{

Loading…
Cancel
Save