diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 12:26:22 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-26 20:25:58 +0100 |
commit | 6cc8783e7dfec4d914b73692410e79c3a05dd5cd (patch) | |
tree | dbb4f221a8ced395c2216967bdc75afd3b746cd7 | |
parent | 2d749eff2fe2e49f1869a1ff219802916e02f8fa (diff) | |
download | qt4-tqt-theme-engine-r14.0.8.tar.gz qt4-tqt-theme-engine-r14.0.8.zip |
Bring system icon into XDG compliancer14.0.9r14.0.8r14.0.7r14.0.6r14.0.5r14.0.4r14.0.3r14.0.2r14.0.13r14.0.12r14.0.11r14.0.10r14.0.1r14.0.x
(cherry picked from commit d55333fd7b3fb17c0507f4161dc818c8e13753be)
-rw-r--r-- | plugin/simplestyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp index cd65c13..a1b2131 100644 --- a/plugin/simplestyle.cpp +++ b/plugin/simplestyle.cpp @@ -442,7 +442,7 @@ QIcon Qt4TDEStyle::standardIconImplementation(StandardPixmap standardIcon, const retswitch = 3; break; case QStyle::SP_ComputerIcon: - iconLookupName = "system"; + iconLookupName = "computer"; retswitch = 3; break; case QStyle::SP_DriveFDIcon: |