summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/newsticker/sidebar_news.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/sidebar/newsticker/sidebar_news.cpp')
-rw-r--r--konq-plugins/sidebar/newsticker/sidebar_news.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.cpp b/konq-plugins/sidebar/newsticker/sidebar_news.cpp
index 87a3d00..d02c772 100644
--- a/konq-plugins/sidebar/newsticker/sidebar_news.cpp
+++ b/konq-plugins/sidebar/newsticker/sidebar_news.cpp
@@ -57,8 +57,8 @@ namespace KSB_News {
// access the already present TQPixmap
KDesktopFile desktopFile(desktopName, true);
TQString iconName = desktopFile.readIcon();
- KIconLoader iconLoader;
- m_appIcon = iconLoader.loadIcon(iconName, KIcon::Small);
+ TDEIconLoader iconLoader;
+ m_appIcon = iconLoader.loadIcon(iconName, TDEIcon::Small);
// create all sidebar widgets
widgets = new TQWidgetStack(widgetParent, "main_widgetstack");