diff -r ba69827929ee -r c3eb7cc1ff8b Preferences/ConfigurationPages/ViewmanagerPage.py --- a/Preferences/ConfigurationPages/ViewmanagerPage.py Tue Jan 12 18:33:34 2010 +0000 +++ b/Preferences/ConfigurationPages/ViewmanagerPage.py Tue Jan 12 18:36:05 2010 +0000 @@ -12,7 +12,7 @@ from PyQt4.QtCore import pyqtSlot from PyQt4.QtGui import QPixmap -from E4Gui.E4Application import e4App +from E4Gui.E4Application import e5App from .ConfigurationPageBase import ConfigurationPageBase from .Ui_ViewmanagerPage import Ui_ViewmanagerPage @@ -34,7 +34,7 @@ self.setObjectName("ViewmanagerPage") # set initial values - self.pluginManager = e4App().getObject("PluginManager") + self.pluginManager = e5App().getObject("PluginManager") self.viewmanagers = self.pluginManager.getPluginDisplayStrings("viewmanager") self.windowComboBox.clear() currentVm = Preferences.getViewManager()