diff options
author | Timothy Pearson <[email protected]> | 2011-11-15 18:55:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-15 18:55:59 -0600 |
commit | 72f77e5dca03607b11a0cb29885410611bc410a6 (patch) | |
tree | 73a382d0964a86778f4e0964a045ecc1b3919ae7 /atlantik/client/configdlg.cpp | |
parent | 426b54e2c36f3eaee963ac414677f92736c31ed2 (diff) | |
download | tdegames-72f77e5dca03607b11a0cb29885410611bc410a6.tar.gz tdegames-72f77e5dca03607b11a0cb29885410611bc410a6.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'atlantik/client/configdlg.cpp')
-rw-r--r-- | atlantik/client/configdlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantik/client/configdlg.cpp b/atlantik/client/configdlg.cpp index 257942e2..5c792059 100644 --- a/atlantik/client/configdlg.cpp +++ b/atlantik/client/configdlg.cpp @@ -23,10 +23,10 @@ #undef KDE_3_1_FEATURES #undef KDE_3_3_FEATURES #if defined(KDE_MAKE_VERSION) -#if KDE_VERSION >= KDE_MAKE_VERSION(3,1,0) +#if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0) #define KDE_3_1_FEATURES #endif -#if KDE_VERSION >= KDE_MAKE_VERSION(3,2,90) +#if TDE_VERSION >= KDE_MAKE_VERSION(3,2,90) #define KDE_3_3_FEATURES #endif #endif |