diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 11:59:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-23 11:59:03 +0900 |
| commit | c2f28aadde2e2e12594c4d0b8d334254dc76a712 (patch) | |
| tree | bbf33f8184e5906621b424f3b91ab0ca7b4b2772 /kimagemapeditor/kimeshell.cpp | |
| parent | e5595fbfda5ebe3973b90d7d56f5ee46561f948f (diff) | |
| download | tdewebdev-c2f28aadde2e2e12594c4d0b8d334254dc76a712.tar.gz tdewebdev-c2f28aadde2e2e12594c4d0b8d334254dc76a712.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kimagemapeditor/kimeshell.cpp')
| -rw-r--r-- | kimagemapeditor/kimeshell.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kimagemapeditor/kimeshell.cpp b/kimagemapeditor/kimeshell.cpp index a3995087..d749a723 100644 --- a/kimagemapeditor/kimeshell.cpp +++ b/kimagemapeditor/kimeshell.cpp @@ -246,15 +246,7 @@ void KimeShell::optionsConfigureKeys() { void KimeShell::optionsConfigureToolbars() { -#if defined(TDE_MAKE_VERSION) -# if TDE_VERSION >= TDE_MAKE_VERSION(3,1,0) saveMainWindowSettings(TDEGlobal::config(), autoSaveGroup()); -# else - saveMainWindowSettings(TDEGlobal::config() ); -# endif -#else - saveMainWindowSettings(TDEGlobal::config() ); -#endif // use the standard toolbar editor KEditToolbar dlg(factory()); @@ -265,15 +257,7 @@ void KimeShell::optionsConfigureToolbars() void KimeShell::applyNewToolbarConfig() { -#if defined(TDE_MAKE_VERSION) -# if TDE_VERSION >= TDE_MAKE_VERSION(3,1,0) applyMainWindowSettings(TDEGlobal::config(), autoSaveGroup()); -# else - applyMainWindowSettings(TDEGlobal::config()); -# endif -#else - applyMainWindowSettings(TDEGlobal::config()); -#endif } |
