E5Gui/E5MessageBox.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1366
f2e7957924cb
--- 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:

eric ide

mercurial