--- a/eric7/QScintilla/EditorAssembly.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/QScintilla/EditorAssembly.py Sat May 22 18:51:46 2021 +0200 @@ -13,7 +13,7 @@ from PyQt6.QtCore import QTimer from PyQt6.QtWidgets import QWidget, QGridLayout, QComboBox -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp import UI.PixmapCache import Preferences @@ -91,7 +91,7 @@ self.__activateOutline(self.__showOutline) self.__activateCombos(not self.__showOutline) - e5App().getObject("UserInterface").preferencesChanged.connect( + ericApp().getObject("UserInterface").preferencesChanged.connect( self.__preferencesChanged) def shutdownTimer(self):