summaryrefslogtreecommitdiffstats
path: root/akregator/src/tagnodeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/tagnodeitem.cpp')
-rw-r--r--akregator/src/tagnodeitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/tagnodeitem.cpp b/akregator/src/tagnodeitem.cpp
index 1152935c..f5aa6eae 100644
--- a/akregator/src/tagnodeitem.cpp
+++ b/akregator/src/tagnodeitem.cpp
@@ -62,13 +62,13 @@ void TagNodeItem::initialize(TagNode* node)
if (node)
{
setText(0, node->title());
- setPixmap ( 0, TDEGlobal::iconLoader()->loadIcon(node->icon(), KIcon::Small) );
+ setPixmap ( 0, TDEGlobal::iconLoader()->loadIcon(node->icon(), TDEIcon::Small) );
}
}
void TagNodeItem::nodeChanged()
{
- setPixmap ( 0, TDEGlobal::iconLoader()->loadIcon(node()->icon(), KIcon::Small));
+ setPixmap ( 0, TDEGlobal::iconLoader()->loadIcon(node()->icon(), TDEIcon::Small));
TreeNodeItem::nodeChanged();
}