summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:09:27 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-03-04 23:40:23 +0100
commit2d749eff2fe2e49f1869a1ff219802916e02f8fa (patch)
tree41b12d4f1ae53bbd76802416aba2bc99744961db
parent4840e7cbd6ebfd27fce3f7a473af9cdd2edecd79 (diff)
downloadqt4-tqt-theme-engine-2d749eff2fe2e49f1869a1ff219802916e02f8fa.tar.gz
qt4-tqt-theme-engine-2d749eff2fe2e49f1869a1ff219802916e02f8fa.zip
Rename most device icons to comply with XDG standards
(cherry picked from commit 9f93d0db550659f9440a086ab69e7590b35dbee1)
-rw-r--r--plugin/simplestyle.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp
index e876c45..cd65c13 100644
--- a/plugin/simplestyle.cpp
+++ b/plugin/simplestyle.cpp
@@ -446,19 +446,19 @@ QIcon Qt4TDEStyle::standardIconImplementation(StandardPixmap standardIcon, const
retswitch = 3;
break;
case QStyle::SP_DriveFDIcon:
- iconLookupName = "3floppy_unmount";
+ iconLookupName = "media-floppy-3_5";
retswitch = 3;
break;
case QStyle::SP_DriveHDIcon:
- iconLookupName = "hdd_unmount";
+ iconLookupName = "drive-harddisk";
retswitch = 3;
break;
case QStyle::SP_DriveCDIcon:
- iconLookupName = "cdrom_unmount";
+ iconLookupName = "media-optical-cdrom";
retswitch = 3;
break;
case QStyle::SP_DriveDVDIcon:
- iconLookupName = "dvd_unmount";
+ iconLookupName = "media-optical-dvd";
retswitch = 3;
break;
// case QStyle::SP_DriveNetIcon: