summaryrefslogtreecommitdiffstats
path: root/templates/basic/systray1.py
diff options
context:
space:
mode:
Diffstat (limited to 'templates/basic/systray1.py')
-rw-r--r--templates/basic/systray1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic/systray1.py b/templates/basic/systray1.py
index ac5e508..b6b9b05 100644
--- a/templates/basic/systray1.py
+++ b/templates/basic/systray1.py
@@ -42,7 +42,7 @@ class MainWin (TDEMainWindow):
icons = TDEIconLoader ()
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 ()