--- a/RefactoringRope/RenameDialog.py Sun Jan 30 18:27:42 2011 +0100 +++ b/RefactoringRope/RenameDialog.py Sun Jan 30 19:00:34 2011 +0100 @@ -11,7 +11,6 @@ from PyQt4.QtGui import QDialogButtonBox, QAbstractButton, QMessageBox from E5Gui.E5Application import e5App -from E5Gui import E5MessageBox from Ui_RenameDialog import Ui_RenameDialog @@ -99,7 +98,7 @@ aw.ensureLineVisible(sline) aw.gotoLine(sline) aw.setSelection(sline, sindex, eline, eindex) - ans = E5MessageBox.question(self, self.trUtf8("Rename"), + ans = QMessageBox.question(self, self.trUtf8("Rename"), self.trUtf8("<p>Is the highlighted code a match?</p>"), QMessageBox.StandardButtons(\ QMessageBox.No | \