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 {