PluginManager/PluginInstallDialog.py

changeset 3656
441956d8fce5
parent 3532
86ac124f322c
child 4021
195a471c327b
diff -r ffeb85cdc72d -r 441956d8fce5 PluginManager/PluginInstallDialog.py
--- a/PluginManager/PluginInstallDialog.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/PluginManager/PluginInstallDialog.py	Sun Jun 29 20:13:56 2014 +0200
@@ -20,8 +20,8 @@
 except (ImportError):
     import urlparse as parse    # __IGNORE_WARNING__
 
-from PyQt4.QtCore import pyqtSlot, Qt, QDir, QFileInfo
-from PyQt4.QtGui import QWidget, QDialogButtonBox, QAbstractButton, \
+from PyQt5.QtCore import pyqtSlot, Qt, QDir, QFileInfo
+from PyQt5.QtWidgets import QWidget, QDialogButtonBox, QAbstractButton, \
     QApplication, QDialog, QVBoxLayout
 
 from E5Gui import E5FileDialog

eric ide

mercurial