From 1fbffc1c2130201701f9e0d9e6b9355f399f75b7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:33 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- kalarm/eventlistviewbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kalarm') diff --git a/kalarm/eventlistviewbase.cpp b/kalarm/eventlistviewbase.cpp index f093fa87..eea2f874 100644 --- a/kalarm/eventlistviewbase.cpp +++ b/kalarm/eventlistviewbase.cpp @@ -418,7 +418,7 @@ int EventListViewItemBase::iconWidth() { mTextIcon = new TQPixmap(SmallIcon("message")); mFileIcon = new TQPixmap(SmallIcon("file")); - mCommandIcon = new TQPixmap(SmallIcon("exec")); + mCommandIcon = new TQPixmap(SmallIcon("application-x-executable")); mEmailIcon = new TQPixmap(SmallIcon("mail_generic")); if (mTextIcon) mIconWidth = mTextIcon->width(); -- cgit v1.2.3