summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:44:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-15 18:44:05 -0600
commitd1ffff733bef6b55f1849f80f0a55a0847456554 (patch)
tree629c8c678e97fabf1736a3ee97fc3c027323539f /src
parent0cbb5b26543cff360e6f35a94ea36c25751889dc (diff)
downloadk9copy-d1ffff733bef6b55f1849f80f0a55a0847456554.tar.gz
k9copy-d1ffff733bef6b55f1849f80f0a55a0847456554.zip
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'src')
-rw-r--r--src/k9main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9main.cpp b/src/k9main.cpp
index 74c1a0a..da42bc8 100644
--- a/src/k9main.cpp
+++ b/src/k9main.cpp
@@ -499,7 +499,7 @@ TQString k9Main::getDevice(TQComboBox *_combo)
if ((index==-1) || (_combo->currentText() ==i18n("ISO Image")))
{
res=_combo->currentText();
-#if KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
+#if TDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
KURL url=KURL::fromPathOrURL(res);
//KIO::mount(true,0,res,"",true);