diff options
Diffstat (limited to 'plugins/rssfeed/rssfeedplugin.cpp')
-rw-r--r-- | plugins/rssfeed/rssfeedplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rssfeed/rssfeedplugin.cpp b/plugins/rssfeed/rssfeedplugin.cpp index fbe83e4..8025055 100644 --- a/plugins/rssfeed/rssfeedplugin.cpp +++ b/plugins/rssfeed/rssfeedplugin.cpp @@ -61,7 +61,7 @@ namespace kt void RssFeedPlugin::load() { //add the new tab to the gui - KIconLoader* iload = KGlobal::iconLoader(); + KIconLoader* iload = TDEGlobal::iconLoader(); m_rssFeedManager = new RssFeedManager(getCore()); getGUI()->addTabPage( m_rssFeedManager,iload->loadIconSet("player_playlist", KIcon::Small), |