From fa12053f24264cd97e6f9c5b9a8d6170b8ec483d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 26 Dec 2011 20:29:21 -0600 Subject: Rename KDE_MAKE_VERSION and update TDE version string --- kimagemapeditor/kimeshell.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kimagemapeditor') diff --git a/kimagemapeditor/kimeshell.cpp b/kimagemapeditor/kimeshell.cpp index 6b0311a9..7005fe00 100644 --- a/kimagemapeditor/kimeshell.cpp +++ b/kimagemapeditor/kimeshell.cpp @@ -246,8 +246,8 @@ void KimeShell::optionsConfigureKeys() { void KimeShell::optionsConfigureToolbars() { -#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) saveMainWindowSettings(KGlobal::config(), autoSaveGroup()); # else saveMainWindowSettings(KGlobal::config() ); @@ -265,8 +265,8 @@ void KimeShell::optionsConfigureToolbars() void KimeShell::applyNewToolbarConfig() { -#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) applyMainWindowSettings(KGlobal::config(), autoSaveGroup()); # else applyMainWindowSettings(KGlobal::config()); -- cgit v1.2.1