summaryrefslogtreecommitdiffstats
path: root/templates/basic/systray.py
diff options
context:
space:
mode:
Diffstat (limited to 'templates/basic/systray.py')
-rw-r--r--templates/basic/systray.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic/systray.py b/templates/basic/systray.py
index b4bb489..84f2e1a 100644
--- a/templates/basic/systray.py
+++ b/templates/basic/systray.py
@@ -51,7 +51,7 @@ icons = TDEIconLoader ()
systray = KSystemTray (mainWindow)
-systray.setPixmap (icons.loadIcon("stop", TDEIcon.Desktop))
+systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop))
systray.connect (systray, SIGNAL ("quitSelected ()"), slotQuitSelected)
systray.show ()