From b1c5bea50ae48c54b476428a21dfe594916cb6ae Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:08:00 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- plugins/rssfeed/rssfeedplugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/rssfeed') 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")); } -- cgit v1.2.1