diff -r ffeb85cdc72d -r 441956d8fce5 Graphics/ClassItem.py --- 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