--- a/PluginManager/PluginUninstallDialog.py Wed Aug 11 17:12:04 2010 +0200 +++ b/PluginManager/PluginUninstallDialog.py Wed Aug 11 19:55:34 2010 +0200 @@ -72,7 +72,7 @@ Private slot to handle the accepted signal of the button box. """ if self.__uninstallPlugin(): - self.emit(SIGNAL("accepted()")) + self.accepted.emit() def __uninstallPlugin(self): """ @@ -200,4 +200,4 @@ self.resize(size) self.cw.accepted[()].connect(self.close) - self.cw.buttonBox.rejected[()].connect(self.close) \ No newline at end of file + self.cw.buttonBox.rejected[()].connect(self.close)