diff options
author | Timothy Pearson <[email protected]> | 2011-12-26 20:04:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-26 20:04:45 -0600 |
commit | fe63338977b532ac6e52a0ef7394632dbff153b2 (patch) | |
tree | a4de9819ef036f3b332f895fb5ad3379807734a1 /src | |
parent | 516c39eb4872b2e0dee0baefe675abdf171e847c (diff) | |
download | k9copy-fe63338977b532ac6e52a0ef7394632dbff153b2.tar.gz k9copy-fe63338977b532ac6e52a0ef7394632dbff153b2.zip |
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'src')
-rw-r--r-- | src/k9main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9main.cpp b/src/k9main.cpp index 7c829d9..2133cf9 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 TDE_VERSION >= KDE_MAKE_VERSION(3,4,0) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,4,0) KURL url=KURL::fromPathOrURL(res); //KIO::mount(true,0,res,"",true); |