summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/callitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecachegrind/tdecachegrind/callitem.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/callitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecachegrind/tdecachegrind/callitem.cpp b/tdecachegrind/tdecachegrind/callitem.cpp
index 77bbc885..d40f1feb 100644
--- a/tdecachegrind/tdecachegrind/callitem.cpp
+++ b/tdecachegrind/tdecachegrind/callitem.cpp
@@ -145,7 +145,7 @@ void CallItem::updateCost()
TQPixmap p;
if (sameCycle && !selectedIsCycle && !shownIsCycle) {
- TQString icon = "undo";
+ TQString icon = "edit-undo";
TDEIconLoader* loader = TDEApplication::kApplication()->iconLoader();
p= loader->loadIcon(icon, TDEIcon::Small, 0,
TDEIcon::DefaultState, 0, true);