summaryrefslogtreecommitdiffstats
path: root/src/k3bappdevicemanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-03-02 09:08:49 -0600
committerSlávek Banko <[email protected]>2015-03-04 23:34:36 +0100
commit32d31ee67d3cd36221975fcfe5760eb5a1e01aba (patch)
tree8353c0cc0e14f81e1b4ce5d90352408531271a4e /src/k3bappdevicemanager.cpp
parentdbaea4feb15ad5501fb53bc1569641e5dda10500 (diff)
downloadk3b-32d31ee67d3cd36221975fcfe5760eb5a1e01aba.tar.gz
k3b-32d31ee67d3cd36221975fcfe5760eb5a1e01aba.zip
Rename most device icons to comply with XDG standards
(cherry picked from commit 7cf23e1d750fa225835e83ad2d45ecb00eff9f37)
Diffstat (limited to 'src/k3bappdevicemanager.cpp')
-rw-r--r--src/k3bappdevicemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bappdevicemanager.cpp b/src/k3bappdevicemanager.cpp
index 6043be1..4b06f8c 100644
--- a/src/k3bappdevicemanager.cpp
+++ b/src/k3bappdevicemanager.cpp
@@ -44,9 +44,9 @@ K3bAppDeviceManager::K3bAppDeviceManager( TQObject* parent, const char* name )
TDEActionMenu* devicePopupMenu = new TDEActionMenu( m_actionCollection, "device_popup" );
m_actionDiskInfo = new TDEAction( i18n("Media &Info"), "application-vnd.tde.info", 0, this, TQT_SLOT(diskInfo()),
m_actionCollection, "device_diskinfo");
- m_actionUnmount = new TDEAction( i18n("&Unmount"), "cdrom_unmount", 0, this, TQT_SLOT(unmountDisk()),
+ m_actionUnmount = new TDEAction( i18n("&Unmount"), "media-optical-cdrom", 0, this, TQT_SLOT(unmountDisk()),
m_actionCollection, "device_unmount");
- m_actionMount = new TDEAction( i18n("&Mount"), "cdrom_mount", 0, this, TQT_SLOT(mountDisk()),
+ m_actionMount = new TDEAction( i18n("&Mount"), "media-optical-cdrom-mounted", 0, this, TQT_SLOT(mountDisk()),
m_actionCollection, "device_mount");
m_actionEject = new TDEAction( i18n("&Eject"), "", 0, this, TQT_SLOT(ejectDisk()),
m_actionCollection, "device_eject");