|
|
|
@ -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());
|
|
|
|
|