--- a/eric6/UI/FindFileDialog.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/UI/FindFileDialog.py Sat Apr 10 18:38:27 2021 +0200 @@ -55,7 +55,7 @@ @param replaceMode flag indicating the replace dialog mode (boolean) @param parent parent widget of this dialog (QWidget) """ - super(FindFileDialog, self).__init__(parent) + super().__init__(parent) self.setupUi(self) self.setWindowFlags(Qt.WindowType.Window) @@ -197,7 +197,7 @@ self.findList.clear() self.replacetextCombo.setEditText("") - super(FindFileDialog, self).show() + super().show() def on_findtextCombo_editTextChanged(self, text): """