diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 17:26:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-10 17:26:35 +0900 |
| commit | 0c6fb1ad44800cfffcc3ef23200d607de47d18b4 (patch) | |
| tree | 9169cf2786dc16be0e5d5f7588e725183ec666ac | |
| parent | bd7161f246296a828d252412677a931cbce2aa30 (diff) | |
| download | k9copy-0c6fb1ad44800cfffcc3ef23200d607de47d18b4.tar.gz k9copy-0c6fb1ad44800cfffcc3ef23200d607de47d18b4.zip | |
Remove use of TDE_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | src/k9copy.cpp | 1 | ||||
| -rw-r--r-- | src/k9main.cpp | 5 |
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 { |
