--- a/eric7/WebBrowser/SearchWidget.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/WebBrowser/SearchWidget.py Sun May 16 20:07:24 2021 +0200 @@ -7,9 +7,9 @@ Module implementing the search bar for the web browser. """ -from PyQt5.QtCore import pyqtSlot, Qt -from PyQt5.QtGui import QPalette, QBrush, QColor -from PyQt5.QtWidgets import QWidget +from PyQt6.QtCore import pyqtSlot, Qt +from PyQt6.QtGui import QPalette, QBrush, QColor +from PyQt6.QtWidgets import QWidget from .Ui_SearchWidget import Ui_SearchWidget