eric7/UI/LogView.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8324
83084f088655
child 8358
144a6b854f70
diff -r 8a7677a63c8d -r 68ec9c3d4de5 eric7/UI/LogView.py
--- a/eric7/UI/LogView.py	Sat May 22 17:01:51 2021 +0200
+++ b/eric7/UI/LogView.py	Sat May 22 18:51:46 2021 +0200
@@ -13,7 +13,7 @@
     QTextEdit, QApplication, QMenu, QWidget, QHBoxLayout, QSizePolicy
 )
 
-from E5Gui.E5Application import e5App
+from E5Gui.EricApplication import ericApp
 
 import UI.PixmapCache
 import Preferences
@@ -224,7 +224,7 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("logViewerPage")
+        ericApp().getObject("UserInterface").showPreferences("logViewerPage")
         
     def __find(self):
         """

eric ide

mercurial