From 54f8e71caf935ad5abf3aba824995d336e68f5d4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:55 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kcron/kticon.cpp | 4 ++-- 1 file 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) -- cgit v1.2.3