diff -r 5aa4c295f1eb -r 12948ec78ca0 eric7/E5Gui/E5ProgressDialog.py --- a/eric7/E5Gui/E5ProgressDialog.py Thu May 20 19:16:07 2021 +0200 +++ b/eric7/E5Gui/E5ProgressDialog.py Thu May 20 19:16:58 2021 +0200 @@ -30,7 +30,7 @@ @param flags window flags of the dialog (Qt.WindowFlags) """ if flags is None: - flags = Qt.WindowFlag(0) + flags = Qt.WindowType(0) super().__init__( labelText, cancelButtonText, minimum, maximum, parent, flags)