|
|
|
@ -147,8 +147,8 @@ void %{APPNAME}::optionsConfigureKeys()
|
|
|
|
|
|
|
|
|
|
void %{APPNAME}::optionsConfigureToolbars()
|
|
|
|
|
{
|
|
|
|
|
#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() );
|
|
|
|
@ -166,8 +166,8 @@ void %{APPNAME}::optionsConfigureToolbars()
|
|
|
|
|
|
|
|
|
|
void %{APPNAME}::applyNewToolbarConfig()
|
|
|
|
|
{
|
|
|
|
|
#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());
|
|
|
|
|