--- a/IconEditor/IconEditorWindow.py Thu Aug 05 08:35:30 2010 +0200 +++ b/IconEditor/IconEditorWindow.py Thu Aug 05 08:39:56 2010 +0200 @@ -265,7 +265,7 @@ if self.fromEric: self.exitAct.triggered[()].connect(self.close) else: - self.exitAct.triggered.connect(qApp.closeAllWindows) + self.exitAct.triggered[()].connect(qApp.closeAllWindows) self.__actions.append(self.exitAct) def __initEditActions(self): @@ -1230,4 +1230,4 @@ """ Private slot called in to enter Whats This mode. """ - QWhatsThis.enterWhatsThisMode() + QWhatsThis.enterWhatsThisMode() \ No newline at end of file