|
|
|
@ -148,7 +148,7 @@ void %{APPNAME}::optionsConfigureKeys()
|
|
|
|
|
void %{APPNAME}::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() );
|
|
|
|
@ -167,7 +167,7 @@ void %{APPNAME}::optionsConfigureToolbars()
|
|
|
|
|
void %{APPNAME}::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());
|
|
|
|
|