summaryrefslogtreecommitdiffstats
path: root/libktorrent/interfaces/filetreeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/interfaces/filetreeitem.cpp')
-rw-r--r--libktorrent/interfaces/filetreeitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/interfaces/filetreeitem.cpp b/libktorrent/interfaces/filetreeitem.cpp
index 6431152..b864b72 100644
--- a/libktorrent/interfaces/filetreeitem.cpp
+++ b/libktorrent/interfaces/filetreeitem.cpp
@@ -102,7 +102,7 @@ namespace kt
setText(0,name);
setText(1,BytesToString(file.getSize()));
updatePriorityText();
- setPixmap(0,KMimeType::findByPath(name)->pixmap(KIcon::Small));
+ setPixmap(0,KMimeType::findByPath(name)->pixmap(TDEIcon::Small));
}
void FileTreeItem::stateChange(bool on)