summaryrefslogtreecommitdiffstats
path: root/plugins/rssfeed
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 /plugins/rssfeed
parent0889370e3050561372c3816dfb2902771ca83765 (diff)
downloadktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.tar.gz
ktorrent-b1c5bea50ae48c54b476428a21dfe594916cb6ae.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'plugins/rssfeed')
-rw-r--r--plugins/rssfeed/rssfeedplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rssfeed/rssfeedplugin.cpp b/plugins/rssfeed/rssfeedplugin.cpp
index 8025055..051c8e2 100644
--- a/plugins/rssfeed/rssfeedplugin.cpp
+++ b/plugins/rssfeed/rssfeedplugin.cpp
@@ -61,10 +61,10 @@ namespace kt
void RssFeedPlugin::load()
{
//add the new tab to the gui
- KIconLoader* iload = TDEGlobal::iconLoader();
+ TDEIconLoader* iload = TDEGlobal::iconLoader();
m_rssFeedManager = new RssFeedManager(getCore());
getGUI()->addTabPage(
- m_rssFeedManager,iload->loadIconSet("player_playlist", KIcon::Small),
+ m_rssFeedManager,iload->loadIconSet("player_playlist", TDEIcon::Small),
i18n("RSS Feeds"));
}