Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py

changeset 53
c3eb7cc1ff8b
parent 40
c2e5472b112c
child 55
b5c84934de9c
--- a/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.py	Tue Jan 12 18:33:34 2010 +0000
+++ b/Plugins/CheckerPlugins/Tabnanny/TabnannyDialog.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 .Ui_TabnannyDialog import Ui_TabnannyDialog
 
@@ -142,4 +142,4 @@
         fn = Utilities.normabspath(itm.text(0))
         lineno = int(itm.text(1))
         
-        e4App().getObject("ViewManager").openSourceFile(fn, lineno)
+        e5App().getObject("ViewManager").openSourceFile(fn, lineno)
\ No newline at end of file

eric ide

mercurial