diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:43 -0500 |
commit | ba417264f4fa8b5046ffc1608c263a5d57272222 (patch) | |
tree | 90ad5ee136e52b4f3904f6d5e522ca706e5c2ff2 /src/projects/k3bvcdlistview.cpp | |
parent | d2e50abf124b25d61d1d2ea0efebb63e94c4e219 (diff) | |
download | k3b-ba417264f4fa8b5046ffc1608c263a5d57272222.tar.gz k3b-ba417264f4fa8b5046ffc1608c263a5d57272222.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/projects/k3bvcdlistview.cpp')
-rw-r--r-- | src/projects/k3bvcdlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3bvcdlistview.cpp b/src/projects/k3bvcdlistview.cpp index dd06d68..289e858 100644 --- a/src/projects/k3bvcdlistview.cpp +++ b/src/projects/k3bvcdlistview.cpp @@ -95,7 +95,7 @@ void K3bVcdListView::setupActions() { m_actionCollection = new TDEActionCollection( this ); m_actionProperties = new TDEAction( i18n( "Properties" ), "misc", 0, TQT_TQOBJECT(this), TQT_SLOT( showPropertiesDialog() ), actionCollection() ); - m_actionRemove = new TDEAction( i18n( "Remove" ), "editdelete", Key_Delete, TQT_TQOBJECT(this), TQT_SLOT( slotRemoveTracks() ), actionCollection() ); + m_actionRemove = new TDEAction( i18n( "Remove" ), "edit-delete", Key_Delete, TQT_TQOBJECT(this), TQT_SLOT( slotRemoveTracks() ), actionCollection() ); // disabled by default m_actionRemove->setEnabled( false ); |