|
|
|
@ -710,8 +710,8 @@ void KTorrent::optionsConfigureKeys()
|
|
|
|
|
void KTorrent::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());
|
|
|
|
@ -730,8 +730,8 @@ void KTorrent::newToolbarConfig()
|
|
|
|
|
// recreate our GUI, and re-apply the settings (e.g. "text under icons", etc.)
|
|
|
|
|
createGUI(0);
|
|
|
|
|
|
|
|
|
|
#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());
|
|
|
|
|