summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:02:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:02:30 -0600
commit30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c (patch)
tree6d84fd51741af2affd2e565a5b2914e881c22aba /src/daemon/daemon.cpp
parent556d8aa222de3c71903c747b0d1fb2cf6d8b6fd9 (diff)
downloadkdbusnotification-30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c.tar.gz
kdbusnotification-30b8f9e0b3e8ed073b8a943d3730f4e23fc4f15c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/daemon/daemon.cpp')
-rw-r--r--src/daemon/daemon.cpp6
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, "" );