diff -r 3e9f0330f833 -r 7781e396c903 UI/AuthenticationDialog.py --- 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)