summaryrefslogtreecommitdiffstats
path: root/konqueror/keditbookmarks
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:56 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:56 -0500
commitab197a37e3e362ae3980f5bdd9840b0e4703e370 (patch)
tree8778c43175b2f6e2b593ef0edf3f9e5c8518e678 /konqueror/keditbookmarks
parenta19ce6ad349c047b7feb2ad49c5a066d7dd2c745 (diff)
downloadtdebase-ab197a37e3e362ae3980f5bdd9840b0e4703e370.tar.gz
tdebase-ab197a37e3e362ae3980f5bdd9840b0e4703e370.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'konqueror/keditbookmarks')
-rw-r--r--konqueror/keditbookmarks/actionsimpl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/keditbookmarks/actionsimpl.cpp b/konqueror/keditbookmarks/actionsimpl.cpp
index 197d5ab99..67e694dd5 100644
--- a/konqueror/keditbookmarks/actionsimpl.cpp
+++ b/konqueror/keditbookmarks/actionsimpl.cpp
@@ -105,7 +105,7 @@ void KEBApp::createActions() {
// actions
(void) new TDEAction(
- i18n("&Delete"), "editdelete", Key_Delete,
+ i18n("&Delete"), "edit-delete", Key_Delete,
TQT_TQOBJECT(actn), TQT_SLOT( slotDelete() ), actionCollection(), "delete");
(void) new TDEAction(
i18n("Rename"), "text", Key_F2,
@@ -126,7 +126,7 @@ void KEBApp::createActions() {
i18n("Recursive Sort"), 0,
TQT_TQOBJECT(actn), TQT_SLOT( slotRecursiveSort() ), actionCollection(), "recursivesort");
(void) new TDEAction(
- i18n("&New Folder..."), "folder_new", CTRL+Key_N,
+ i18n("&New Folder..."), "folder-new", CTRL+Key_N,
TQT_TQOBJECT(actn), TQT_SLOT( slotNewFolder() ), actionCollection(), "newfolder");
(void) new TDEAction(
i18n("&New Bookmark"), "www", 0,
@@ -154,7 +154,7 @@ void KEBApp::createActions() {
i18n("Collapse &All Folders"), 0,
TQT_TQOBJECT(actn), TQT_SLOT( slotCollapseAll() ), actionCollection(), "collapseall" );
(void) new TDEAction(
- i18n("&Open in Konqueror"), "fileopen", 0,
+ i18n("&Open in Konqueror"), "document-open", 0,
TQT_TQOBJECT(actn), TQT_SLOT( slotOpenLink() ), actionCollection(), "openlink" );
(void) new TDEAction(
i18n("Check &Status"), "bookmark", 0,