|
|
|
@ -246,8 +246,8 @@ void KimeShell::optionsConfigureKeys() {
|
|
|
|
|
|
|
|
|
|
void KimeShell::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() );
|
|
|
|
@ -265,8 +265,8 @@ void KimeShell::optionsConfigureToolbars()
|
|
|
|
|
|
|
|
|
|
void KimeShell::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());
|
|
|
|
|