diff options
Diffstat (limited to 'kimagemapeditor/kimeshell.cpp')
-rw-r--r-- | kimagemapeditor/kimeshell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/kimeshell.cpp b/kimagemapeditor/kimeshell.cpp index 7d92e8fb..70e97757 100644 --- a/kimagemapeditor/kimeshell.cpp +++ b/kimagemapeditor/kimeshell.cpp @@ -247,7 +247,7 @@ void KimeShell::optionsConfigureKeys() { void KimeShell::optionsConfigureToolbars() { #if defined(KDE_MAKE_VERSION) -# if KDE_VERSION >= KDE_MAKE_VERSION(3,1,0) +# if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0) saveMainWindowSettings(KGlobal::config(), autoSaveGroup()); # else saveMainWindowSettings(KGlobal::config() ); @@ -266,7 +266,7 @@ void KimeShell::optionsConfigureToolbars() void KimeShell::applyNewToolbarConfig() { #if defined(KDE_MAKE_VERSION) -# if KDE_VERSION >= KDE_MAKE_VERSION(3,1,0) +# if TDE_VERSION >= KDE_MAKE_VERSION(3,1,0) applyMainWindowSettings(KGlobal::config(), autoSaveGroup()); # else applyMainWindowSettings(KGlobal::config()); |