Preferences/ConfigurationDialog.py

changeset 53
c3eb7cc1ff8b
parent 15
f6ccc31d6e72
child 55
b5c84934de9c
--- a/Preferences/ConfigurationDialog.py	Tue Jan 12 18:33:34 2010 +0000
+++ b/Preferences/ConfigurationDialog.py	Tue Jan 12 18:36:05 2010 +0000
@@ -13,7 +13,7 @@
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 
-from E4Gui.E4Application import e4App
+from E4Gui.E4Application import e5App
 
 import QScintilla.Lexers
 
@@ -77,10 +77,10 @@
         if not fromEric:
             from PluginManager.PluginManager import PluginManager
             try:
-                self.pluginManager = e4App().getObject("PluginManager")
+                self.pluginManager = e5App().getObject("PluginManager")
             except KeyError:
                 self.pluginManager = PluginManager(self)
-                e4App().registerObject("PluginManager", self.pluginManager)
+                e5App().registerObject("PluginManager", self.pluginManager)
         
         if not helpBrowserMode:
             self.configItems = {
@@ -250,7 +250,7 @@
             }
             
             self.configItems.update(
-                e4App().getObject("PluginManager").getPluginConfigData())
+                e5App().getObject("PluginManager").getPluginConfigData())
         else:
             self.configItems = {
                 # key : [display string, pixmap name, dialog module name or 

eric ide

mercurial