From b97ee238f88e9578da228388210cd8cab5360778 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:18:14 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- akregator/src/feedlistview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/feedlistview.cpp') diff --git a/akregator/src/feedlistview.cpp b/akregator/src/feedlistview.cpp index 2bb1cbfc0..6147f4d2a 100644 --- a/akregator/src/feedlistview.cpp +++ b/akregator/src/feedlistview.cpp @@ -892,8 +892,8 @@ void NodeListView::slotFeedFetchStarted(Feed* feed) TreeNodeItem* item = findNodeItem(feed); if (item) { - KIconEffect iconEffect; - TQPixmap tempIcon = iconEffect.apply(feed->favicon(), KIcon::Small, KIcon::DisabledState); + TDEIconEffect iconEffect; + TQPixmap tempIcon = iconEffect.apply(feed->favicon(), TDEIcon::Small, TDEIcon::DisabledState); item->setPixmap(0, tempIcon); } } -- cgit v1.2.1