eric7/Preferences/__init__.py

branch
eric7
changeset 8553
10d31e5ce9e5
parent 8549
15eca21fd968
child 8556
766e1566cb74
--- a/eric7/Preferences/__init__.py	Sun Aug 29 12:40:12 2021 +0200
+++ b/eric7/Preferences/__init__.py	Sun Aug 29 12:40:51 2021 +0200
@@ -31,7 +31,7 @@
 from PyQt6.QtGui import QColor, QFont, QPalette
 from PyQt6.QtWidgets import QApplication
 try:
-    from PyQt6.QtWebEngineWidgets import QWebEngineSettings
+    from PyQt6.QtWebEngineCore import QWebEngineSettings
 except ImportError:
     QWebEngineSettings = None
 from PyQt6.Qsci import QsciScintilla, QsciLexerPython

eric ide

mercurial