summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tdefiletreeviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/tdefiletreeviewitem.cpp')
-rw-r--r--tdeio/tdefile/tdefiletreeviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tdefile/tdefiletreeviewitem.cpp b/tdeio/tdefile/tdefiletreeviewitem.cpp
index 3f7e5a485..8879c5675 100644
--- a/tdeio/tdefile/tdefiletreeviewitem.cpp
+++ b/tdeio/tdefile/tdefiletreeviewitem.cpp
@@ -34,7 +34,7 @@ KFileTreeViewItem::KFileTreeViewItem( KFileTreeViewItem *parent,
m_branch( brnch ),
m_wasListed(false)
{
- setPixmap(0, item->pixmap( KIcon::SizeSmall ));
+ setPixmap(0, item->pixmap( TDEIcon::SizeSmall ));
setText( 0, item->text());
}
@@ -47,7 +47,7 @@ KFileTreeViewItem::KFileTreeViewItem( KFileTreeView* parent,
m_branch( brnch ),
m_wasListed(false)
{
- setPixmap(0, item->pixmap( KIcon::SizeSmall ));
+ setPixmap(0, item->pixmap( TDEIcon::SizeSmall ));
setText( 0, item->text());
}