UI/LogView.py

changeset 53
c3eb7cc1ff8b
parent 13
1af94a91f439
child 55
b5c84934de9c
diff -r ba69827929ee -r c3eb7cc1ff8b UI/LogView.py
--- a/UI/LogView.py	Tue Jan 12 18:33:34 2010 +0000
+++ b/UI/LogView.py	Tue Jan 12 18:36:05 2010 +0000
@@ -12,7 +12,7 @@
 
 from E4Gui.E4TabWidget import E4TabWidget
 
-from E4Gui.E4Application import e4App
+from E4Gui.E4Application import e5App
 
 import UI.PixmapCache
 import Preferences
@@ -105,4 +105,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e4App().getObject("UserInterface").showPreferences("interfacePage")
+        e5App().getObject("UserInterface").showPreferences("interfacePage")
\ No newline at end of file

eric ide

mercurial