summaryrefslogtreecommitdiffstats
path: root/kgoldrunner/src/kgoldrunner.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-21 15:00:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-21 15:59:49 +0900
commit83c7743a34217d7e43b043f5a4814111098392b9 (patch)
tree6297ae15a57ce871e09d6cb5dd5b5aea1def8c0b /kgoldrunner/src/kgoldrunner.cpp
parentb8acb454e64d10789a947f227fe65eaa3e90e714 (diff)
downloadtdegames-r14.1.x.tar.gz
tdegames-r14.1.x.zip
Remove use of TDE_VERSIONr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7687f0bf43991d63a9dae43d9d53f97c550d8e9c)
Diffstat (limited to 'kgoldrunner/src/kgoldrunner.cpp')
-rw-r--r--kgoldrunner/src/kgoldrunner.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp
index 28419dc8..d2d5e262 100644
--- a/kgoldrunner/src/kgoldrunner.cpp
+++ b/kgoldrunner/src/kgoldrunner.cpp
@@ -767,15 +767,7 @@ void KGoldrunner::optionsConfigureKeys()
void KGoldrunner::optionsConfigureToolbars()
{
// use the standard toolbar editor
-#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
}
void KGoldrunner::newToolbarConfig()
@@ -783,16 +775,7 @@ void KGoldrunner::newToolbarConfig()
// this slot is called when user clicks "Ok" or "Apply" in the toolbar editor.
// recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.)
createGUI();
-
-#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
}
void KGoldrunner::optionsPreferences()