Graphics/UMLDialog.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 3670
f0cb7579c0b4
--- a/Graphics/UMLDialog.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Graphics/UMLDialog.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,8 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import pyqtSlot, Qt, QFileInfo
-from PyQt4.QtGui import QAction, QToolBar, QGraphicsScene
+from PyQt5.QtCore import pyqtSlot, Qt, QFileInfo
+from PyQt5.QtWidgets import QAction, QToolBar, QGraphicsScene
 
 from E5Gui import E5MessageBox, E5FileDialog
 from E5Gui.E5MainWindow import E5MainWindow

eric ide

mercurial