@ -45,7 +45,7 @@ mainWindow = MainWin (None, "main window")
icons = TDEIconLoader ()
systray = KSystemTray (mainWindow)
systray.setPixmap (icons.loadIcon("stop", TDEIcon.Desktop))
systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop))
systray.show ()
#mainWindow.show()
@ -70,7 +70,7 @@ icons = TDEIconLoader ()
# when clicked, so parent needs to be the main window
systray.connect (systray, SIGNAL ("quitSelected ()"), slotQuitSelected)
@ -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 ()
@ -51,7 +51,7 @@ icons = TDEIconLoader ()
@ -42,7 +42,7 @@ class MainWin (TDEMainWindow):