E5Gui/E5ComboBox.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
child 3670
f0cb7579c0b4
--- a/E5Gui/E5ComboBox.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/E5Gui/E5ComboBox.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,7 +9,7 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtGui import QComboBox
+from PyQt5.QtWidgets import QComboBox
 
 
 class E5ComboBox(QComboBox):

eric ide

mercurial