Branch: master

54f8e71c 2014-10-13 15:43:55 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M kcron/kticon.cpp
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::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)