summaryrefslogtreecommitdiffstats
path: root/src/itemview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
commit6d38be9a1a5511db932fa3c430a7840603c3feda (patch)
treeb9a82103d731318d8a6f5fda43771635bc0e0eb7 /src/itemview.cpp
parent2e9a1b54d85355bbda7ae070fb01aa774b544f68 (diff)
downloadktechlab-6d38be9a1a5511db932fa3c430a7840603c3feda.tar.gz
ktechlab-6d38be9a1a5511db932fa3c430a7840603c3feda.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 'src/itemview.cpp')
-rw-r--r--src/itemview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemview.cpp b/src/itemview.cpp
index 3692675..f2a38a0 100644
--- a/src/itemview.cpp
+++ b/src/itemview.cpp
@@ -47,7 +47,7 @@ ItemView::ItemView( ItemDocument * itemDocument, ViewContainer *viewContainer, u
pAccel->insert( "Cancel", i18n("Cancel"), i18n("Cancel the current operation"), TQt::Key_Escape, itemDocument, TQT_SLOT(cancelCurrentOperation()) );
pAccel->readSettings();
- new TDEAction( i18n("Delete"), "editdelete", TQt::Key_Delete, itemDocument, TQT_SLOT(deleteSelection()), ac, "edit_delete" );
+ new TDEAction( i18n("Delete"), "edit-delete", TQt::Key_Delete, itemDocument, TQT_SLOT(deleteSelection()), ac, "edit_delete" );
new TDEAction( i18n("Export as Image..."), 0, 0, itemDocument, TQT_SLOT(exportToImage()), ac, "file_export_image");
//BEGIN Item Alignment actions