Tasks/TaskViewer.py

changeset 53
c3eb7cc1ff8b
parent 45
9a18f4dbb493
child 55
b5c84934de9c
equal deleted inserted replaced
52:ba69827929ee 53:c3eb7cc1ff8b
16 import time 16 import time
17 17
18 from PyQt4.QtCore import * 18 from PyQt4.QtCore import *
19 from PyQt4.QtGui import * 19 from PyQt4.QtGui import *
20 20
21 from E4Gui.E4Application import e4App 21 from E4Gui.E4Application import e5App
22 22
23 from .TaskPropertiesDialog import TaskPropertiesDialog 23 from .TaskPropertiesDialog import TaskPropertiesDialog
24 from .TaskFilterConfigDialog import TaskFilterConfigDialog 24 from .TaskFilterConfigDialog import TaskFilterConfigDialog
25 25
26 import UI.PixmapCache 26 import UI.PixmapCache
809 809
810 def __configure(self): 810 def __configure(self):
811 """ 811 """
812 Private method to open the configuration dialog. 812 Private method to open the configuration dialog.
813 """ 813 """
814 e4App().getObject("UserInterface").showPreferences("tasksPage") 814 e5App().getObject("UserInterface").showPreferences("tasksPage")

eric ide

mercurial