summaryrefslogtreecommitdiffstats
path: root/konq-plugins/akregator
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:13:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:13:27 -0600
commitf7b7b822a75853f438ed17eabd0fe7f2c0999417 (patch)
treea4808bd1164af8e7a1b6b82b50cdca65b710d00c /konq-plugins/akregator
parentcca546ea62fff60a89ff684a17dca631d95f6cf9 (diff)
downloadtdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.tar.gz
tdeaddons-f7b7b822a75853f438ed17eabd0fe7f2c0999417.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'konq-plugins/akregator')
-rw-r--r--konq-plugins/akregator/konqfeedicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/akregator/konqfeedicon.cpp b/konq-plugins/akregator/konqfeedicon.cpp
index 80e4224..d62284a 100644
--- a/konq-plugins/akregator/konqfeedicon.cpp
+++ b/konq-plugins/akregator/konqfeedicon.cpp
@@ -155,7 +155,7 @@ void KonqFeedIcon::addFeedIcon()
m_feedIcon = new KURLLabel(m_statusBarEx->statusBar());
// from tdehtmlpart's ualabel
- m_feedIcon->setFixedHeight(instance()->iconLoader()->currentSize(KIcon::Small));
+ m_feedIcon->setFixedHeight(instance()->iconLoader()->currentSize(TDEIcon::Small));
m_feedIcon->setSizePolicy(TQSizePolicy(TQSizePolicy::Fixed, TQSizePolicy::Fixed));
m_feedIcon->setUseCursor(false);
//FIXME hackish