summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/simplestyle.cpp2
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: