Graphics/ClassItem.py

changeset 3656
441956d8fce5
parent 3591
2f2a4a76dd22
child 4021
195a471c327b
--- a/Graphics/ClassItem.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Graphics/ClassItem.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,7 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtGui import QFont, QGraphicsSimpleTextItem, QStyle
+from PyQt5.QtGui import QFont
+from PyQt5.QtWidgets import QGraphicsSimpleTextItem, QStyle
 
 from .UMLItem import UMLModel, UMLItem
 

eric ide

mercurial