summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/groups/torrentdrag.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:08:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:08:00 -0600
commitb1c5bea50ae48c54b476428a21dfe594916cb6ae (patch)
treee539752d1770664512c64f03285d40bd2b07b0c8 /apps/ktorrent/groups/torrentdrag.cpp
parent0889370e3050561372c3816dfb2902771ca83765 (diff)
downloadktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.tar.gz
ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.zip
Rename KIcon to enhance compatibility with KDE4
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));
}