diff -r a081458cc57b -r 144a6b854f70 eric7/Preferences/ConfigurationPages/EditorGeneralPage.py --- a/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py Sat May 22 19:52:34 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py Sat May 22 19:58:24 2021 +0200 @@ -11,7 +11,7 @@ from PyQt6.QtWidgets import QTreeWidgetItem, QHeaderView, QDialog from PyQt6.Qsci import QsciScintillaBase -from E5Gui import EricMessageBox +from EricWidgets import EricMessageBox from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EditorGeneralPage import Ui_EditorGeneralPage