Preferences/ConfigurationPages/EditorFilePage.py

changeset 3656
441956d8fce5
parent 3515
1b8381afe38f
child 3979
307b09aae43b
child 4022
f5f42921717e
--- a/Preferences/ConfigurationPages/EditorFilePage.py	Sun Jun 29 14:00:30 2014 +0200
+++ b/Preferences/ConfigurationPages/EditorFilePage.py	Sun Jun 29 20:13:56 2014 +0200
@@ -9,9 +9,9 @@
 
 from __future__ import unicode_literals
 
-from PyQt4.QtCore import pyqtSlot
-from PyQt4.QtGui import QListWidgetItem, QInputDialog, QLineEdit
-from PyQt4.Qsci import QsciScintilla
+from PyQt5.QtCore import pyqtSlot
+from PyQt5.QtWidgets import QListWidgetItem, QInputDialog, QLineEdit
+from PyQt5.Qsci import QsciScintilla
 
 from E5Gui import E5MessageBox
 

eric ide

mercurial