|
|
|
@ -329,7 +329,7 @@ void KbfxConfig::read()
|
|
|
|
|
|
|
|
|
|
TDEConfig *conf = confskel->config();
|
|
|
|
|
|
|
|
|
|
TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) KIcon::Desktop, FALSE );
|
|
|
|
|
TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) TDEIcon::Desktop, FALSE );
|
|
|
|
|
|
|
|
|
|
conf->setGroup ( "KbfxGeneral" );
|
|
|
|
|
m_KbfxGeneralVersion = conf->readNumEntry ( "Version", 0 );
|
|
|
|
@ -501,7 +501,7 @@ void KbfxConfig::readThemerc ( TQString &themePath, TQString &themeName, bool us
|
|
|
|
|
/* use theme's default dude image if any */
|
|
|
|
|
TDEConfigSkeleton *confskel = new TDEConfigSkeleton ( TQString::fromLatin1 ( "kbfxrc" ) );
|
|
|
|
|
TDEConfig *conf = confskel->config();
|
|
|
|
|
TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) KIcon::Desktop, FALSE );
|
|
|
|
|
TQString __default = TDEGlobal::iconLoader()->iconPath ( "kbfx", ( int ) TDEIcon::Desktop, FALSE );
|
|
|
|
|
|
|
|
|
|
if ( m_SpinxDudeImageDefault == TQString() || !TDEStandardDirs::exists ( m_SpinxDudeImageDefault ) )
|
|
|
|
|
{
|
|
|
|
|