summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdehardwaredevices.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:10:12 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-03-04 23:49:15 +0100
commit394f67b84c6fb683167f89cc204ad5f305af1f2b (patch)
tree3ece0c06f5c54427a1e107865c4609628709add4 /tdecore/tdehw/tdehardwaredevices.cpp
parenteab791787c8d9e645c390646285f55ae965a1978 (diff)
downloadtdelibs-394f67b84c6fb683167f89cc204ad5f305af1f2b.tar.gz
tdelibs-394f67b84c6fb683167f89cc204ad5f305af1f2b.zip
Rename most device icons to comply with XDG standards
(cherry picked from commit 86686421b5b46ca556cf11f71cc5a0098bbe4970)
Diffstat (limited to 'tdecore/tdehw/tdehardwaredevices.cpp')
-rw-r--r--tdecore/tdehw/tdehardwaredevices.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdehardwaredevices.cpp b/tdecore/tdehw/tdehardwaredevices.cpp
index 7ddd46da1..209280677 100644
--- a/tdecore/tdehw/tdehardwaredevices.cpp
+++ b/tdecore/tdehw/tdehardwaredevices.cpp
@@ -4140,7 +4140,7 @@ TQPixmap TDEHardwareDevices::getDeviceTypeIconFromType(TDEGenericDeviceType::TDE
ret = DesktopIcon("kcmpci", size); // FIXME
}
else if (query == TDEGenericDeviceType::Disk) {
- ret = DesktopIcon("hdd_unmount", size);
+ ret = DesktopIcon("drive-harddisk", size);
}
else if (query == TDEGenericDeviceType::SCSI) {
ret = DesktopIcon("kcmscsi", size);