--- a/Project/ProjectFormsBrowser.py Tue Jan 12 18:33:34 2010 +0000 +++ b/Project/ProjectFormsBrowser.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, \ @@ -608,7 +608,7 @@ @param exitStatus exit status of the process (QProcess.ExitStatus) """ self.compileRunning = False - e4App().getObject("ViewManager").enableEditorsCheckFocusIn(True) + e5App().getObject("ViewManager").enableEditorsCheckFocusIn(True) if exitStatus == QProcess.NormalExit and exitCode == 0 and self.buf: ofn = os.path.join(self.project.ppath, self.compiledFile) try: @@ -700,7 +700,7 @@ procStarted = self.compileProc.waitForStarted() if procStarted: self.compileRunning = True - e4App().getObject("ViewManager").enableEditorsCheckFocusIn(False) + e5App().getObject("ViewManager").enableEditorsCheckFocusIn(False) return self.compileProc else: self.compileRunning = False @@ -908,4 +908,4 @@ "compileSelectedForms" : None, "generateDialogCode" : None, "newForm" : None, - } + } \ No newline at end of file