diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:33 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:33 -0500 |
commit | 1fbffc1c2130201701f9e0d9e6b9355f399f75b7 (patch) | |
tree | 5b7227965bbbdc1cf61ed41d492d09100b05241a /kalarm | |
parent | eb918b697e91b46ea69500e1ae77208dabb6bd8e (diff) | |
download | tdepim-1fbffc1c2130201701f9e0d9e6b9355f399f75b7.tar.gz tdepim-1fbffc1c2130201701f9e0d9e6b9355f399f75b7.zip |
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'kalarm')
-rw-r--r-- | kalarm/eventlistviewbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/eventlistviewbase.cpp b/kalarm/eventlistviewbase.cpp index f093fa87a..eea2f8743 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(); |