diff options
Diffstat (limited to 'templates/annotated/systray.py')
-rw-r--r-- | templates/annotated/systray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/annotated/systray.py b/templates/annotated/systray.py index 1c3745c..1bb8849 100644 --- a/templates/annotated/systray.py +++ b/templates/annotated/systray.py @@ -70,7 +70,7 @@ icons = TDEIconLoader () # when clicked, so parent needs to be the main window 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 () |