diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:47 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:47 -0500 |
commit | f085c56878df37434bbefa2f0694165eb940466f (patch) | |
tree | 0b6af82fbb191866926fcaeb9b83d104c35daafd | |
parent | 60e0448af23e6ae326d3765c5accf990a8cf1a78 (diff) | |
download | knetload-f085c56878df37434bbefa2f0694165eb940466f.tar.gz knetload-f085c56878df37434bbefa2f0694165eb940466f.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-- | knetload/statpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetload/statpopup.cpp b/knetload/statpopup.cpp index c12d767..5f51c25 100644 --- a/knetload/statpopup.cpp +++ b/knetload/statpopup.cpp @@ -346,7 +346,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); |