diff -r 3e9f0330f833 -r 7781e396c903 Project/TranslationPropertiesDialog.py --- a/Project/TranslationPropertiesDialog.py Sun Jun 19 17:50:39 2011 +0200 +++ b/Project/TranslationPropertiesDialog.py Sun Jun 19 19:36:27 2011 +0200 @@ -32,7 +32,7 @@ @param new flag indicating the generation of a new project @param parent parent widget of this dialog (QWidget) """ - QDialog.__init__(self, parent) + super().__init__(parent) self.setupUi(self) self.project = project