summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/servicebutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/servicebutton.h')
-rw-r--r--kicker/kicker/buttons/servicebutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/servicebutton.h b/kicker/kicker/buttons/servicebutton.h
index 9d17d1fe5..ac551adb5 100644
--- a/kicker/kicker/buttons/servicebutton.h
+++ b/kicker/kicker/buttons/servicebutton.h
@@ -56,7 +56,7 @@ protected:
virtual void startDrag();
virtual void dropEvent(TQDropEvent *);
virtual void dragEnterEvent(TQDragEnterEvent *);
- TQString defaultIcon() const { return "exec"; };
+ TQString defaultIcon() const { return "application-x-executable"; };
bool checkForBackingFile();
KService::Ptr _service;