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 .AddProjectDialog import AddProjectDialog | 15 from .AddProjectDialog import AddProjectDialog |
16 | 16 |
17 import UI.PixmapCache | 17 import UI.PixmapCache |
18 | 18 |
244 | 244 |
245 def __configure(self): | 245 def __configure(self): |
246 """ | 246 """ |
247 Private method to open the configuration dialog. | 247 Private method to open the configuration dialog. |
248 """ | 248 """ |
249 e4App().getObject("UserInterface").showPreferences("multiProjectPage") | 249 e5App().getObject("UserInterface").showPreferences("multiProjectPage") |