--- a/RefactoringRope/RopeProgressDialog.py Mon Oct 17 16:45:55 2022 +0200 +++ b/RefactoringRope/RopeProgressDialog.py Mon Oct 24 19:31:03 2022 +0200 @@ -10,7 +10,7 @@ from PyQt6.QtCore import QCoreApplication from PyQt6.QtWidgets import QLabel -from EricWidgets.EricProgressDialog import EricProgressDialog +from eric7.EricWidgets.EricProgressDialog import EricProgressDialog class RopeProgressDialog(EricProgressDialog):