395:cceb9aa09bbc | 396:933b8fcd854f |
---|---|
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtCore import Qt | 10 from PyQt6.QtCore import Qt |
11 from PyQt6.QtWidgets import QDialog | 11 from PyQt6.QtWidgets import QDialog |
12 | 12 |
13 from EricWidgets.EricApplication import ericApp | 13 from eric7.EricWidgets.EricApplication import ericApp |
14 | 14 |
15 | 15 |
16 class RefactoringDialogBase(QDialog): | 16 class RefactoringDialogBase(QDialog): |
17 """ | 17 """ |
18 Class implementing the Refactoring dialog base class. | 18 Class implementing the Refactoring dialog base class. |