diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index e42c8ef..92b2480 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -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 it = profiles.begin(); it != profiles.end(); ++it ) {