--- a/eric6/Preferences/ProgramsDialog.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/Preferences/ProgramsDialog.py Sat Apr 10 18:38:27 2021 +0200 @@ -37,7 +37,7 @@ @param parent The parent widget of this dialog. (QWidget) """ - super(ProgramsDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.setObjectName("ProgramsDialog") self.setWindowFlags(Qt.WindowType.Window)