summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:09:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-02 09:09:27 -0600
commit9f93d0db550659f9440a086ab69e7590b35dbee1 (patch)
tree41b12d4f1ae53bbd76802416aba2bc99744961db
parent4840e7cbd6ebfd27fce3f7a473af9cdd2edecd79 (diff)
downloadqt4-tqt-theme-engine-9f93d0db.tar.gz
qt4-tqt-theme-engine-9f93d0db.zip
Rename most device icons to comply with XDG standards
-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: