From 30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:02:30 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- src/daemon/daemon.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/daemon/daemon.cpp') diff --git a/src/daemon/daemon.cpp b/src/daemon/daemon.cpp index 2978027..79b900a 100644 --- a/src/daemon/daemon.cpp +++ b/src/daemon/daemon.cpp @@ -65,10 +65,10 @@ void NotifierContainer::handleGTTDEMain() { void NotifierContainer::displayMessage(TQString title, TQString message, TQString icon, int x, int y) { TQPixmap px; - KIconLoader* il = TDEGlobal::iconLoader(); - px = il->loadIcon( icon, KIcon::NoGroup ); + TDEIconLoader* il = TDEGlobal::iconLoader(); + px = il->loadIcon( icon, TDEIcon::NoGroup ); // if (px.isNull()) { -// px = il->loadIcon( "gnome_apps", KIcon::NoGroup ); +// px = il->loadIcon( "gnome_apps", TDEIcon::NoGroup ); // } KPassivePopup *pop = new KPassivePopup( KPassivePopup::Boxed, this, "" ); -- cgit v1.2.3