summaryrefslogtreecommitdiffstats
path: root/templates/annotated/systray1.py
diff options
context:
space:
mode:
Diffstat (limited to 'templates/annotated/systray1.py')
-rw-r--r--templates/annotated/systray1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/annotated/systray1.py b/templates/annotated/systray1.py
index d7d00ab..e25ffb6 100644
--- a/templates/annotated/systray1.py
+++ b/templates/annotated/systray1.py
@@ -57,7 +57,7 @@ class MainWin (TDEMainWindow):
# KSystemTray hides or shows its parent when the system tray icon is clicked
self.systray = KSystemTray (self)
- self.systray.setPixmap (icons.loadIcon("stop", TDEIcon.Desktop))
+ self.systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop))
self.systray.connect (self.systray, SIGNAL ("quitSelected ()"), self.slotQuitSelected)
self.systray.show ()