summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:44 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:44 -0500
commiteb7c9e6e46fea4cde5915b0887076872778ca7fa (patch)
tree684fa687e790d6b56b874aa7f334499c773e46f4
parent6f816cce9b1b11cd7ae013bcd113db7e84f4b52e (diff)
downloadkcpuload-eb7c9e6e46fea4cde5915b0887076872778ca7fa.tar.gz
kcpuload-eb7c9e6e46fea4cde5915b0887076872778ca7fa.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
-rw-r--r--kcpuload/kcpuload/statpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcpuload/kcpuload/statpopup.cpp b/kcpuload/kcpuload/statpopup.cpp
index d2cc9a6..e8c3c8f 100644
--- a/kcpuload/kcpuload/statpopup.cpp
+++ b/kcpuload/kcpuload/statpopup.cpp
@@ -336,7 +336,7 @@ void StatPopup::setupActions() {
actActive->setChecked(bVal);
connect(actActive, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(setActive(bool)));
- actClearHistory = new TDEAction(i18n("&Clear"), "editdelete", 0,
+ actClearHistory = new TDEAction(i18n("&Clear"), "edit-delete", 0,
TQT_TQOBJECT(this), TQT_SLOT(clearHistory()), coll, "clear");
speed = config->readNumEntry("Speed", DEFAULT_SPEED);