Plugins/PluginAbout.py

changeset 3656
441956d8fce5
parent 3523
8df1ab89e261
child 3677
a53cf139293f
--- a/Plugins/PluginAbout.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Plugins/PluginAbout.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,8 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import QObject
-from PyQt4.QtGui import QAction
+from PyQt5.QtCore import QObject
+from PyQt5.QtWidgets import QAction
 
 import UI.Info
 import UI.PixmapCache

eric ide

mercurial