eric7/QScintilla/EditorAssembly.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8358
144a6b854f70
--- 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):

eric ide

mercurial