diff -r 0c7a44af84bc -r 962bce857696 eric7/Preferences/ConfigurationPages/EditorHighlightersPage.py --- 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