summaryrefslogtreecommitdiffstats
path: root/noatun/modules/metatag/edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/metatag/edit.cpp')
-rw-r--r--noatun/modules/metatag/edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/metatag/edit.cpp b/noatun/modules/metatag/edit.cpp
index 6f16a4b3..c354e96e 100644
--- a/noatun/modules/metatag/edit.cpp
+++ b/noatun/modules/metatag/edit.cpp
@@ -67,7 +67,7 @@ void Editor::open(const PlaylistItem & file)
mFile->setText("<nobr><b>" + file.url().fileName(false) + "</b></nobr>");
TQToolTip::add(mFile, file.url().prettyURL());
mFileIcon->
- setPixmap(KMimeType::pixmapForURL(file.url(), 0, KIcon::Small));
+ setPixmap(KMimeType::pixmapForURL(file.url(), 0, TDEIcon::Small));
if (file.url().isLocalFile()) {
TQFileInfo file_info(file.file());