diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-02 09:09:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-02 09:09:27 -0600 |
commit | 9f93d0db550659f9440a086ab69e7590b35dbee1 (patch) | |
tree | 41b12d4f1ae53bbd76802416aba2bc99744961db | |
parent | 4840e7cbd6ebfd27fce3f7a473af9cdd2edecd79 (diff) | |
download | qt4-tqt-theme-engine-9f93d0db550659f9440a086ab69e7590b35dbee1.tar.gz qt4-tqt-theme-engine-9f93d0db550659f9440a086ab69e7590b35dbee1.zip |
Rename most device icons to comply with XDG standards
-rw-r--r-- | plugin/simplestyle.cpp | 8 |
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: |