summaryrefslogtreecommitdiffstats
path: root/tdecachegrind/tdecachegrind/sourceitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:18 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:18 -0500
commit2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20 (patch)
treec0899acbde782754761df4cb43d44807bbecfcdd /tdecachegrind/tdecachegrind/sourceitem.cpp
parent2762d81ca66d7106e62854f9cb1736cbd157e0f4 (diff)
downloadtdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.tar.gz
tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'tdecachegrind/tdecachegrind/sourceitem.cpp')
-rw-r--r--tdecachegrind/tdecachegrind/sourceitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecachegrind/tdecachegrind/sourceitem.cpp b/tdecachegrind/tdecachegrind/sourceitem.cpp
index d6e1c1a9..85713c14 100644
--- a/tdecachegrind/tdecachegrind/sourceitem.cpp
+++ b/tdecachegrind/tdecachegrind/sourceitem.cpp
@@ -161,7 +161,7 @@ void SourceItem::updateCost()
TQString str;
TQPixmap p;
- TQString icon = "undo";
+ TQString icon = "edit-undo";
TDEIconLoader* loader = TDEApplication::kApplication()->iconLoader();
p= loader->loadIcon(icon, TDEIcon::Small, 0,
TDEIcon::DefaultState, 0, true);