From 2d749eff2fe2e49f1869a1ff219802916e02f8fa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 2 Mar 2015 09:09:27 -0600 Subject: [PATCH] Rename most device icons to comply with XDG standards (cherry picked from commit 9f93d0db550659f9440a086ab69e7590b35dbee1) --- plugin/simplestyle.cpp | 8 ++++---- 1 file 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: