From eb7c9e6e46fea4cde5915b0887076872778ca7fa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:44 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kcpuload/kcpuload/statpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3