Tasks/TaskViewer.py

changeset 53
c3eb7cc1ff8b
parent 45
9a18f4dbb493
child 55
b5c84934de9c
--- a/Tasks/TaskViewer.py	Tue Jan 12 18:33:34 2010 +0000
+++ b/Tasks/TaskViewer.py	Tue Jan 12 18:36:05 2010 +0000
@@ -18,7 +18,7 @@
 from PyQt4.QtCore import *
 from PyQt4.QtGui import *
 
-from E4Gui.E4Application import e4App
+from E4Gui.E4Application import e5App
 
 from .TaskPropertiesDialog import TaskPropertiesDialog
 from .TaskFilterConfigDialog import TaskFilterConfigDialog
@@ -811,4 +811,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e4App().getObject("UserInterface").showPreferences("tasksPage")
+        e5App().getObject("UserInterface").showPreferences("tasksPage")
\ No newline at end of file

eric ide

mercurial