summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/groups/torrentdrag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/groups/torrentdrag.cpp')
-rw-r--r--apps/ktorrent/groups/torrentdrag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/groups/torrentdrag.cpp b/apps/ktorrent/groups/torrentdrag.cpp
index 69aaf94..0860ab6 100644
--- a/apps/ktorrent/groups/torrentdrag.cpp
+++ b/apps/ktorrent/groups/torrentdrag.cpp
@@ -26,7 +26,7 @@ namespace kt
TorrentDrag::TorrentDrag(TQWidget* src, const char *name) : TQStoredDrag("application/x-ktorrent-drag-object",src, name)
{
- setPixmap(TDEGlobal::iconLoader()->loadIcon("player_playlist",KIcon::Small));
+ setPixmap(TDEGlobal::iconLoader()->loadIcon("player_playlist",TDEIcon::Small));
}