--- a/eric7/QScintilla/Lexers/LexerSQL.py Sun May 16 11:43:59 2021 +0200
+++ b/eric7/QScintilla/Lexers/LexerSQL.py Sun May 16 20:07:24 2021 +0200
@@ -9,7 +9,7 @@
import contextlib
-from PyQt5.Qsci import QsciLexerSQL
+from PyQt6.Qsci import QsciLexerSQL
from .Lexer import Lexer
import Preferences