diff options
author | Timothy Pearson <[email protected]> | 2011-12-26 20:24:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-26 20:24:19 -0600 |
commit | 2f9ad79184968b78b9be1963dcd0c2720318b6b9 (patch) | |
tree | 23b2f671927e8ecadd0a7c0929f278eba5ba3f8a /kgoldrunner | |
parent | 36770452958a79a095f9d9e605e79f66cfa79a2b (diff) | |
download | tdegames-2f9ad79184968b78b9be1963dcd0c2720318b6b9.tar.gz tdegames-2f9ad79184968b78b9be1963dcd0c2720318b6b9.zip |
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'kgoldrunner')
-rw-r--r-- | kgoldrunner/src/kgoldrunner.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index 949f30d6..6c01cdbc 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -767,8 +767,8 @@ void KGoldrunner::optionsConfigureKeys() void KGoldrunner::optionsConfigureToolbars() { // use the standard toolbar editor -#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()); @@ -784,8 +784,8 @@ void KGoldrunner::newToolbarConfig() // recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.) createGUI(); -#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()); |