summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/fileselectdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/fileselectdlg.cpp')
-rw-r--r--apps/ktorrent/fileselectdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/fileselectdlg.cpp b/apps/ktorrent/fileselectdlg.cpp
index 377cfd3..c483f94 100644
--- a/apps/ktorrent/fileselectdlg.cpp
+++ b/apps/ktorrent/fileselectdlg.cpp
@@ -252,7 +252,7 @@ void FileSelectDlg::setupSinglefileTorrent()
single_root->setText(0,tc->getStats().torrent_name);
single_root->setText(1,BytesToString(tc->getStats().total_bytes));
single_root->setText(2,i18n("Yes"));
- single_root->setPixmap(0,KMimeType::findByPath(tc->getStats().torrent_name)->pixmap(KIcon::Small));
+ single_root->setPixmap(0,KMimeType::findByPath(tc->getStats().torrent_name)->pixmap(TDEIcon::Small));
root = 0;
updateSizeLabels();
m_select_all->setEnabled(false);