diff -r 3e9f0330f833 -r 7781e396c903 E5Gui/E5MessageBox.py --- a/E5Gui/E5MessageBox.py Sun Jun 19 17:50:39 2011 +0200 +++ b/E5Gui/E5MessageBox.py Sun Jun 19 19:36:27 2011 +0200 @@ -77,7 +77,7 @@ @keyparam buttons set of standard buttons to generate (StandardButtons) @keyparam parent parent widget of the message box (QWidget) """ - QMessageBox.__init__(self, parent) + super().__init__(parent) self.setIcon(icon) if modal: if parent is not None: