summaryrefslogtreecommitdiffstats
path: root/kcron
diff options
context:
space:
mode:
Diffstat (limited to 'kcron')
-rw-r--r--kcron/kticon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcron/kticon.cpp b/kcron/kticon.cpp
index 479d697..8e3f24d 100644
--- a/kcron/kticon.cpp
+++ b/kcron/kticon.cpp
@@ -85,9 +85,9 @@ TQPixmap KTIcon::shell(bool mini)
TQPixmap KTIcon::home(bool mini)
{
if (mini)
- return getMiniIcon("gohome");
+ return getMiniIcon("go-home");
else
- return getIcon("gohome");
+ return getIcon("go-home");
}
TQPixmap KTIcon::path(bool mini)