From 2f9ad79184968b78b9be1963dcd0c2720318b6b9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 26 Dec 2011 20:24:19 -0600 Subject: Rename KDE_MAKE_VERSION and update TDE version string --- atlantik/client/configdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atlantik/client/configdlg.cpp') diff --git a/atlantik/client/configdlg.cpp b/atlantik/client/configdlg.cpp index 947e2455..28de553c 100644 --- a/atlantik/client/configdlg.cpp +++ b/atlantik/client/configdlg.cpp @@ -22,11 +22,11 @@ #include #undef KDE_3_1_FEATURES #undef KDE_3_3_FEATURES -#if defined(KDE_MAKE_VERSION) -#if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0) +#if defined(TDE_MAKE_VERSION) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,0) #define KDE_3_1_FEATURES #endif -#if TDE_VERSION >= KDE_MAKE_VERSION(3,2,90) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,2,90) #define KDE_3_3_FEATURES #endif #endif -- cgit v1.2.3