--- a/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py Sat May 22 18:51:46 2021 +0200 @@ -9,7 +9,7 @@ from PyQt6.QtCore import pyqtSlot -from E5Gui.E5Application import e5App +from E5Gui.EricApplication import ericApp from .ConfigurationPageBase import ConfigurationPageBase from .Ui_ViewmanagerPage import Ui_ViewmanagerPage @@ -30,7 +30,7 @@ self.setObjectName("ViewmanagerPage") # set initial values - self.pluginManager = e5App().getObject("PluginManager") + self.pluginManager = ericApp().getObject("PluginManager") self.viewmanagers = self.pluginManager.getPluginDisplayStrings( "viewmanager") self.windowComboBox.clear()