13 except NameError: |
13 except NameError: |
14 pass |
14 pass |
15 |
15 |
16 import os |
16 import os |
17 |
17 |
18 from PyQt4.QtCore import pyqtSlot, QProcess, Qt, QTimer, QCoreApplication |
18 from PyQt5.QtCore import pyqtSlot, QProcess, Qt, QTimer, QCoreApplication |
19 from PyQt4.QtGui import QDialog, QDialogButtonBox, QHeaderView, \ |
19 from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QHeaderView, \ |
20 QTreeWidgetItem, QLineEdit |
20 QTreeWidgetItem, QLineEdit |
21 |
21 |
22 from E5Gui import E5MessageBox |
22 from E5Gui import E5MessageBox |
23 |
23 |
24 from .Ui_HgQueuesListDialog import Ui_HgQueuesListDialog |
24 from .Ui_HgQueuesListDialog import Ui_HgQueuesListDialog |