diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:11:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 00:11:53 -0500 |
commit | a646dfad79b5c2c907421584c841a715d8ab0a2d (patch) | |
tree | 8070e6e629b005e4085925700b08978a423fc542 /src/projects | |
parent | 4ef10a24ab198b1866cfc6e301a8b37ff3c09111 (diff) | |
download | k3b-a646dfad79b5c2c907421584c841a715d8ab0a2d.tar.gz k3b-a646dfad79b5c2c907421584c841a715d8ab0a2d.zip |
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'src/projects')
-rw-r--r-- | src/projects/k3bdatafileview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3bdatafileview.cpp b/src/projects/k3bdatafileview.cpp index b928256..20527dc 100644 --- a/src/projects/k3bdatafileview.cpp +++ b/src/projects/k3bdatafileview.cpp @@ -329,7 +329,7 @@ void K3bDataFileView::setupActions() renameShortCut.append( TDEShortcut(CTRL+Key_R) ); // backwards compatibility m_actionRename = new TDEAction( i18n("Rename"), "edit", renameShortCut, TQT_TQOBJECT(this), TQT_SLOT(slotRenameItem()), actionCollection(), "rename" ); - m_actionParentDir = new TDEAction( i18n("Parent Directory"), "up", 0, TQT_TQOBJECT(this), TQT_SLOT(slotParentDir()), + m_actionParentDir = new TDEAction( i18n("Parent Directory"), "go-up", 0, TQT_TQOBJECT(this), TQT_SLOT(slotParentDir()), actionCollection(), "parent_dir" ); m_actionOpen = new TDEAction( i18n("Open"), "fileopen", 0, TQT_TQOBJECT(this), TQT_SLOT(slotOpen()), actionCollection(), "open" ); |