--- a/eric7/Debugger/ExceptionLogger.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Debugger/ExceptionLogger.py Sat May 22 18:51:46 2021 +0200 @@ -12,7 +12,7 @@ from PyQt6.QtCore import pyqtSignal, Qt from PyQt6.QtWidgets import QTreeWidget, QTreeWidgetItem, QMenu -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp class ExceptionLogger(QTreeWidget): @@ -150,5 +150,5 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface").showPreferences( + ericApp().getObject("UserInterface").showPreferences( "debuggerGeneralPage")