52:ba69827929ee | 53:c3eb7cc1ff8b |
---|---|
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import * | 10 from PyQt4.QtCore import * |
11 from PyQt4.QtGui import * | 11 from PyQt4.QtGui import * |
12 | 12 |
13 from E4Gui.E4Application import e4App | 13 from E4Gui.E4Application import e5App |
14 | 14 |
15 from .EditWatchpointDialog import EditWatchpointDialog | 15 from .EditWatchpointDialog import EditWatchpointDialog |
16 | 16 |
17 import Utilities | 17 import Utilities |
18 | 18 |
417 | 417 |
418 def __configure(self): | 418 def __configure(self): |
419 """ | 419 """ |
420 Private method to open the configuration dialog. | 420 Private method to open the configuration dialog. |
421 """ | 421 """ |
422 e4App().getObject("UserInterface").showPreferences("debuggerGeneralPage") | 422 e5App().getObject("UserInterface").showPreferences("debuggerGeneralPage") |