eric7/Preferences/ConfigurationPages/EditorHighlightersPage.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8324
83084f088655
--- a/eric7/Preferences/ConfigurationPages/EditorHighlightersPage.py	Sun May 16 11:43:59 2021 +0200
+++ b/eric7/Preferences/ConfigurationPages/EditorHighlightersPage.py	Sun May 16 20:07:24 2021 +0200
@@ -11,8 +11,8 @@
 
 from pygments.lexers import get_all_lexers
 
-from PyQt5.QtCore import Qt, pyqtSlot
-from PyQt5.QtWidgets import QHeaderView, QTreeWidgetItem
+from PyQt6.QtCore import Qt, pyqtSlot
+from PyQt6.QtWidgets import QHeaderView, QTreeWidgetItem
 
 from .ConfigurationPageBase import ConfigurationPageBase
 from .Ui_EditorHighlightersPage import Ui_EditorHighlightersPage

eric ide

mercurial