--- a/Debugger/EditWatchpointDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Debugger/EditWatchpointDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -26,7 +26,7 @@ @param name the widget name of this dialog @param modal flag indicating a modal dialog """ - QDialog.__init__(self, parent) + super().__init__(parent) self.setupUi(self) if name: self.setObjectName(name)