From fbf63c13451c97c63472235ce096539a014aaab4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:06:56 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- lib/plugin.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/plugin.cc b/lib/plugin.cc index 715d29e..c2d00b2 100644 --- a/lib/plugin.cc +++ b/lib/plugin.cc @@ -116,7 +116,7 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, TDEAboutData *ad) TQString s; TQLabel *text; - KIconLoader *l = TDEGlobal::iconLoader(); + TDEIconLoader *l = TDEGlobal::iconLoader(); const TDEAboutData *p = ad ? ad : TDEGlobal::instance()->aboutData(); TQGridLayout *grid = new TQGridLayout(w, 5, 4, SPACING); @@ -127,14 +127,14 @@ TQWidget *ConduitConfigBase::aboutPage(TQWidget *parent, TDEAboutData *ad) TQPixmap applicationIcon = l->loadIcon(TQString::fromLatin1(p->appName()), - KIcon::Desktop, - 64, KIcon::DefaultState, 0L, + TDEIcon::Desktop, + 64, TDEIcon::DefaultState, 0L, true); if (applicationIcon.isNull()) { applicationIcon = l->loadIcon(TQString::fromLatin1("kpilot"), - KIcon::Desktop); + TDEIcon::Desktop); } text = new TQLabel(w); -- cgit v1.2.1