diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:13:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:13:27 -0600 |
commit | f7b7b822a75853f438ed17eabd0fe7f2c0999417 (patch) | |
tree | a4808bd1164af8e7a1b6b82b50cdca65b710d00c /konq-plugins/sidebar/newsticker | |
parent | cca546ea62fff60a89ff684a17dca631d95f6cf9 (diff) | |
download | tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.tar.gz tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'konq-plugins/sidebar/newsticker')
-rw-r--r-- | konq-plugins/sidebar/newsticker/sidebar_news.cpp | 4 |
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"); |