eric7/WebBrowser/UrlBar/UrlBar.py

branch
eric7
changeset 8553
10d31e5ce9e5
parent 8358
144a6b854f70
child 8556
766e1566cb74
--- a/eric7/WebBrowser/UrlBar/UrlBar.py	Sun Aug 29 12:40:12 2021 +0200
+++ b/eric7/WebBrowser/UrlBar/UrlBar.py	Sun Aug 29 12:40:51 2021 +0200
@@ -10,7 +10,7 @@
 from PyQt6.QtCore import pyqtSlot, Qt, QPointF, QUrl, QDateTime, QTimer, QPoint
 from PyQt6.QtGui import QColor, QPalette, QLinearGradient, QIcon
 from PyQt6.QtWidgets import QDialog, QApplication
-from PyQt6.QtWebEngineWidgets import QWebEnginePage
+from PyQt6.QtWebEngineCore import QWebEnginePage
 try:
     from PyQt6.QtNetwork import QSslCertificate     # __IGNORE_EXCEPTION__
 except ImportError:

eric ide

mercurial