summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/sourceitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:18:40 -0600
commit7bc058d1bffbd79bf9d9416f879ccb4873b6045e (patch)
tree829c8e24b6d0e8f1113abff459b7a58dd284d488 /tdecachegrind/tdecachegrind/sourceitem.cpp
parenta50010465ab0fa1ded54efb4f41d342d9d49971e (diff)
downloadtdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.tar.gz
tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'tdecachegrind/tdecachegrind/sourceitem.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/sourceitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecachegrind/tdecachegrind/sourceitem.cpp b/tdecachegrind/tdecachegrind/sourceitem.cpp
index 0d71ef34..6a121868 100644
--- a/tdecachegrind/tdecachegrind/sourceitem.cpp
+++ b/tdecachegrind/tdecachegrind/sourceitem.cpp
@@ -162,9 +162,9 @@ void SourceItem::updateCost()
TQPixmap p;
TQString icon = "undo";
- KIconLoader* loader = TDEApplication::kApplication()->iconLoader();
- p= loader->loadIcon(icon, KIcon::Small, 0,
- KIcon::DefaultState, 0, true);
+ TDEIconLoader* loader = TDEApplication::kApplication()->iconLoader();
+ p= loader->loadIcon(icon, TDEIcon::Small, 0,
+ TDEIcon::DefaultState, 0, true);
if (p.isNull())
str = i18n("(cycle)");