diff -r ffeb85cdc72d -r 441956d8fce5 E5Gui/E5TableView.py --- a/E5Gui/E5TableView.py Sun Jun 29 14:00:30 2014 +0200 +++ b/E5Gui/E5TableView.py Sun Jun 29 20:13:56 2014 +0200 @@ -9,8 +9,8 @@ from __future__ import unicode_literals -from PyQt4.QtCore import Qt -from PyQt4.QtGui import QTableView, QItemSelectionModel +from PyQt5.QtCore import Qt, QItemSelectionModel +from PyQt5.QtWidgets import QTableView class E5TableView(QTableView):