--- a/eric7/HexEdit/HexEditSearchReplaceWidget.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/HexEdit/HexEditSearchReplaceWidget.py Sun May 16 20:07:24 2021 +0200 @@ -7,9 +7,9 @@ Module implementing a search and replace widget for the hex editor. """ -from PyQt5.QtCore import pyqtSlot, Qt, QByteArray, QRegularExpression -from PyQt5.QtGui import QRegularExpressionValidator -from PyQt5.QtWidgets import QWidget +from PyQt6.QtCore import pyqtSlot, Qt, QByteArray, QRegularExpression +from PyQt6.QtGui import QRegularExpressionValidator +from PyQt6.QtWidgets import QWidget from E5Gui.E5Action import E5Action from E5Gui import E5MessageBox