summaryrefslogtreecommitdiffstats
path: root/kalarm
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm')
-rw-r--r--kalarm/eventlistviewbase.cpp2
1 files changed, 1 insertions, 1 deletions
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();