--- a/Project/ProjectInterfacesBrowser.py Tue Jan 12 18:33:34 2010 +0000 +++ b/Project/ProjectInterfacesBrowser.py Tue Jan 12 18:36:05 2010 +0000 @@ -14,7 +14,7 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from E4Gui.E4Application import e4App +from E4Gui.E4Application import e5App from .ProjectBrowserModel import ProjectBrowserFileItem, \ ProjectBrowserSimpleDirectoryItem, ProjectBrowserDirectoryItem, \ @@ -581,4 +581,4 @@ """ Private method to open the configuration dialog. """ - e4App().getObject("UserInterface").showPreferences("corbaPage") \ No newline at end of file + e5App().getObject("UserInterface").showPreferences("corbaPage") \ No newline at end of file