summaryrefslogtreecommitdiffstats
path: root/akregator/src/feeditem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:18:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:18:14 -0600
commitb97ee238f88e9578da228388210cd8cab5360778 (patch)
tree8bf3ab88929af70826ebe3b84434c3403dc71c7d /akregator/src/feeditem.cpp
parent656055dae6f13ee65d66fabf9041b288d81710af (diff)
downloadtdepim-b97ee238f88e9578da228388210cd8cab5360778.tar.gz
tdepim-b97ee238f88e9578da228388210cd8cab5360778.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'akregator/src/feeditem.cpp')
-rw-r--r--akregator/src/feeditem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/feeditem.cpp b/akregator/src/feeditem.cpp
index 6571977e6..b2bb86bbc 100644
--- a/akregator/src/feeditem.cpp
+++ b/akregator/src/feeditem.cpp
@@ -84,12 +84,12 @@ void FeedItem::nodeChanged()
TQPixmap FeedItem::errorPixmap()
{
- return TDEGlobal::iconLoader()->loadIcon("error", KIcon::Small);
+ return TDEGlobal::iconLoader()->loadIcon("error", TDEIcon::Small);
}
TQPixmap FeedItem::defaultPixmap()
{
- return TDEGlobal::iconLoader()->loadIcon("txt", KIcon::Small);
+ return TDEGlobal::iconLoader()->loadIcon("txt", TDEIcon::Small);
}
void FeedItem::initialize(Feed* node)