UI/CompareDialog.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
--- a/UI/CompareDialog.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/UI/CompareDialog.py	Sun Jun 29 20:13:56 2014 +0200
@@ -17,9 +17,9 @@
 import re
 from difflib import _mdiff, IS_CHARACTER_JUNK
 
-from PyQt4.QtCore import QTimer, QEvent, pyqtSlot
-from PyQt4.QtGui import QWidget, QColor, QFontMetrics, QBrush, QApplication, \
-    QTextCursor, QDialogButtonBox
+from PyQt5.QtCore import QTimer, QEvent, pyqtSlot
+from PyQt5.QtGui import QColor, QFontMetrics, QBrush, QTextCursor
+from PyQt5.QtWidgets import QWidget, QApplication, QDialogButtonBox
 
 from E5Gui.E5Completers import E5FileCompleter
 from E5Gui import E5MessageBox, E5FileDialog

eric ide

mercurial