diff -r 0c7a44af84bc -r 962bce857696 eric7/E5Gui/E5ProgressDialog.py --- a/eric7/E5Gui/E5ProgressDialog.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/E5Gui/E5ProgressDialog.py Sun May 16 20:07:24 2021 +0200 @@ -7,8 +7,8 @@ Module implementing a progress dialog allowing a customized progress bar label. """ -from PyQt5.QtCore import Qt -from PyQt5.QtWidgets import QProgressBar, QProgressDialog +from PyQt6.QtCore import Qt +from PyQt6.QtWidgets import QProgressBar, QProgressDialog class E5ProgressDialog(QProgressDialog):