8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot |
10 from PyQt6.QtCore import pyqtSlot |
11 from PyQt6.QtWidgets import QDialogButtonBox, QAbstractButton |
11 from PyQt6.QtWidgets import QDialogButtonBox, QAbstractButton |
12 |
12 |
13 from EricWidgets.EricApplication import ericApp |
13 from eric7.EricWidgets import EricMessageBox |
14 from EricWidgets import EricMessageBox |
14 from eric7.EricWidgets.EricApplication import ericApp |
15 |
15 |
16 from .Ui_RenameDialog import Ui_RenameDialog |
16 from .Ui_RenameDialog import Ui_RenameDialog |
17 from .RefactoringDialogBase import RefactoringDialogBase |
17 from .RefactoringDialogBase import RefactoringDialogBase |
18 |
18 |
19 |
19 |