E5Gui/E5Completers.py

changeset 3656
441956d8fce5
parent 3178
f25fc1364c88
child 4021
195a471c327b
--- a/E5Gui/E5Completers.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/E5Gui/E5Completers.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,8 +9,8 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import QDir, Qt
-from PyQt4.QtGui import QCompleter, QFileSystemModel, QStringListModel
+from PyQt5.QtCore import QDir, Qt, QStringListModel
+from PyQt5.QtWidgets import QCompleter, QFileSystemModel
 
 from Globals import isWindowsPlatform
 

eric ide

mercurial