E5Gui/E5LineEditButton.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
--- a/E5Gui/E5LineEditButton.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/E5Gui/E5LineEditButton.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,8 +9,9 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import Qt, QPoint, QPointF
-from PyQt4.QtGui import QAbstractButton, QPainter, QPainterPath
+from PyQt5.QtCore import Qt, QPoint, QPointF
+from PyQt5.QtGui import QPainter, QPainterPath
+from PyQt5.QtWidgets import QAbstractButton
 
 
 class E5LineEditButton(QAbstractButton):

eric ide

mercurial