|
|
|
@ -184,12 +184,12 @@ KcmGtk::KcmGtk(TQWidget *parent, const char *name, const TQStringList&)
|
|
|
|
|
l->addWidget(widget);
|
|
|
|
|
|
|
|
|
|
// Load the icons
|
|
|
|
|
KIconLoader iconLoader;
|
|
|
|
|
widget->styleIcon->setPixmap(iconLoader.loadIcon("style", KIcon::Desktop));
|
|
|
|
|
widget->styleIcon3->setPixmap(iconLoader.loadIcon("style", KIcon::Desktop));
|
|
|
|
|
widget->fontIcon->setPixmap(iconLoader.loadIcon("fonts", KIcon::Desktop));
|
|
|
|
|
widget->firefoxIcon->setPixmap(iconLoader.loadIcon("firefox", KIcon::Desktop));
|
|
|
|
|
widget->keyboardIcon->setPixmap(iconLoader.loadIcon("keyboard", KIcon::Desktop));
|
|
|
|
|
TDEIconLoader iconLoader;
|
|
|
|
|
widget->styleIcon->setPixmap(iconLoader.loadIcon("style", TDEIcon::Desktop));
|
|
|
|
|
widget->styleIcon3->setPixmap(iconLoader.loadIcon("style", TDEIcon::Desktop));
|
|
|
|
|
widget->fontIcon->setPixmap(iconLoader.loadIcon("fonts", TDEIcon::Desktop));
|
|
|
|
|
widget->firefoxIcon->setPixmap(iconLoader.loadIcon("firefox", TDEIcon::Desktop));
|
|
|
|
|
widget->keyboardIcon->setPixmap(iconLoader.loadIcon("keyboard", TDEIcon::Desktop));
|
|
|
|
|
|
|
|
|
|
getInstalledThemes();
|
|
|
|
|
load();
|
|
|
|
@ -565,7 +565,7 @@ void KcmGtk::firefoxFixClicked()
|
|
|
|
|
w->profilesList->header()->hide();
|
|
|
|
|
w->profilesList->hideColumn(1);
|
|
|
|
|
|
|
|
|
|
TQPixmap icon = TDEGlobal::iconLoader()->loadIcon("kuser", KIcon::Small);
|
|
|
|
|
TQPixmap icon = TDEGlobal::iconLoader()->loadIcon("kuser", TDEIcon::Small);
|
|
|
|
|
|
|
|
|
|
for ( TQMapIterator<TQString,TQString> it = profiles.begin(); it != profiles.end(); ++it )
|
|
|
|
|
{
|
|
|
|
|