UI/AuthenticationDialog.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
--- a/UI/AuthenticationDialog.py	Sun Jun 19 17:50:39 2011 +0200
+++ b/UI/AuthenticationDialog.py	Sun Jun 19 19:36:27 2011 +0200
@@ -25,7 +25,7 @@
         @param showSave flag to indicate to show the save checkbox (boolean)
         @param saveIt flag indicating the value for the save checkbox (boolean)
         """
-        QDialog.__init__(self, parent)
+        super().__init__(parent)
         self.setupUi(self)
         
         self.infoLabel.setText(info)

eric ide

mercurial