diff -r 19e481fd2847 -r 3339c75dc777 RefactoringRope/MatchesDialog.py --- a/RefactoringRope/MatchesDialog.py Sun Jul 06 13:27:49 2014 +0200 +++ b/RefactoringRope/MatchesDialog.py Sun Jul 06 14:17:24 2014 +0200 @@ -9,8 +9,8 @@ from __future__ import unicode_literals -from PyQt4.QtCore import pyqtSlot, Qt -from PyQt4.QtGui import QDialog, QTreeWidgetItem, QDialogButtonBox, \ +from PyQt5.QtCore import pyqtSlot, Qt +from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QDialogButtonBox, \ QHeaderView from E5Gui.E5Application import e5App