summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdehardwaredevices.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:10:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:10:12 -0600
commit86686421b5b46ca556cf11f71cc5a0098bbe4970 (patch)
treed85d5b7c2dfa52b3f881e39298cc8e2a18409023 /tdecore/tdehw/tdehardwaredevices.cpp
parentb274e655be16db90eb5638aa356899a8e11a0ad6 (diff)
downloadtdelibs-86686421b5b46ca556cf11f71cc5a0098bbe4970.tar.gz
tdelibs-86686421b5b46ca556cf11f71cc5a0098bbe4970.zip
Rename most device icons to comply with XDG standards
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);