13 from PyQt6.QtWidgets import ( |
13 from PyQt6.QtWidgets import ( |
14 QWidget, QDialogButtonBox, QHeaderView, QTreeWidgetItem, QApplication, |
14 QWidget, QDialogButtonBox, QHeaderView, QTreeWidgetItem, QApplication, |
15 QLineEdit |
15 QLineEdit |
16 ) |
16 ) |
17 |
17 |
18 from E5Gui import EricMessageBox |
18 from EricWidgets import EricMessageBox |
19 from E5Gui.EricOverrideCursor import EricOverrideCursorProcess |
19 from EricGui.EricOverrideCursor import EricOverrideCursorProcess |
20 |
20 |
21 from .Ui_GitReflogBrowserDialog import Ui_GitReflogBrowserDialog |
21 from .Ui_GitReflogBrowserDialog import Ui_GitReflogBrowserDialog |
22 |
22 |
23 import Preferences |
23 import Preferences |
24 from Globals import strToQByteArray |
24 from Globals import strToQByteArray |