summaryrefslogtreecommitdiffstats
path: root/src/k3b.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-13 15:43:43 -0500
committerTimothy Pearson <[email protected]>2014-10-13 15:43:43 -0500
commitba417264f4fa8b5046ffc1608c263a5d57272222 (patch)
tree90ad5ee136e52b4f3904f6d5e522ca706e5c2ff2 /src/k3b.cpp
parentd2e50abf124b25d61d1d2ea0efebb63e94c4e219 (diff)
downloadk3b-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/k3b.cpp')
-rw-r--r--src/k3b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3b.cpp b/src/k3b.cpp
index 6cd7cd7..abebb66 100644
--- a/src/k3b.cpp
+++ b/src/k3b.cpp
@@ -232,7 +232,7 @@ void K3bMainWindow::initActions()
setStandardToolBarMenuEnabled(true);
KStdAction::showMenubar( TQT_TQOBJECT(this), TQT_SLOT(slotShowMenuBar()), actionCollection() );
- actionFileNewMenu = new TDEActionMenu( i18n("&New Project"), "filenew", actionCollection(), "file_new" );
+ actionFileNewMenu = new TDEActionMenu( i18n("&New Project"), "document-new", actionCollection(), "file_new" );
actionFileNewAudio = new TDEAction(i18n("New &Audio CD Project"), "audiocd", 0, TQT_TQOBJECT(this), TQT_SLOT(slotNewAudioDoc()),
actionCollection(), "file_new_audio");
actionFileNewData = new TDEAction(i18n("New Data &CD Project"), "datacd", 0, TQT_TQOBJECT(this), TQT_SLOT(slotNewDataDoc()),
@@ -271,7 +271,7 @@ void K3bMainWindow::initActions()
- actionProjectAddFiles = new TDEAction( i18n("&Add Files..."), "filenew", 0, TQT_TQOBJECT(this), TQT_SLOT(slotProjectAddFiles()),
+ actionProjectAddFiles = new TDEAction( i18n("&Add Files..."), "document-new", 0, TQT_TQOBJECT(this), TQT_SLOT(slotProjectAddFiles()),
actionCollection(), "project_add_files");
TDEAction* actionClearProject = new TDEAction( i18n("&Clear Project"), TQApplication::reverseLayout() ? "clear_left" : "locationbar_erase", 0,