diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:02:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:02:30 -0600 |
commit | 30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c (patch) | |
tree | 6d84fd51741af2affd2e565a5b2914e881c22aba | |
parent | 556d8aa222de3c71903c747b0d1fb2cf6d8b6fd9 (diff) | |
download | kdbusnotification-30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c.tar.gz kdbusnotification-30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c.zip |
Rename KIcon to enhance compatibility with KDE4
-rw-r--r-- | src/daemon/daemon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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, "" ); |