From b1c5bea50ae48c54b476428a21dfe594916cb6ae Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:08:00 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- plugins/infowidget/fileview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/infowidget/fileview.cpp') diff --git a/plugins/infowidget/fileview.cpp b/plugins/infowidget/fileview.cpp index 7776ec7..1e4b87b 100644 --- a/plugins/infowidget/fileview.cpp +++ b/plugins/infowidget/fileview.cpp @@ -139,7 +139,7 @@ namespace kt s.torrent_name, BytesToString(s.total_bytes)); - item->setPixmap(0,KMimeType::findByPath(s.torrent_name)->pixmap(KIcon::Small)); + item->setPixmap(0,KMimeType::findByPath(s.torrent_name)->pixmap(TDEIcon::Small)); setEnabled(true); connect(curr_tc,TQT_SIGNAL(missingFilesMarkedDND( kt::TorrentInterface* )), this,TQT_SLOT(refreshFileTree( kt::TorrentInterface* ))); -- cgit v1.2.1