52:ba69827929ee | 53:c3eb7cc1ff8b |
---|---|
10 import os | 10 import os |
11 | 11 |
12 from PyQt4.QtCore import * | 12 from PyQt4.QtCore import * |
13 from PyQt4.QtGui import * | 13 from PyQt4.QtGui import * |
14 | 14 |
15 from E4Gui.E4Application import e4App | 15 from E4Gui.E4Application import e5App |
16 | 16 |
17 from VCS.ProjectHelper import VcsProjectHelper | 17 from VCS.ProjectHelper import VcsProjectHelper |
18 | 18 |
19 from E4Gui.E4Action import E4Action | 19 from E4Gui.E4Action import E4Action |
20 | 20 |
616 | 616 |
617 def __svnConfigure(self): | 617 def __svnConfigure(self): |
618 """ | 618 """ |
619 Private method to open the configuration dialog. | 619 Private method to open the configuration dialog. |
620 """ | 620 """ |
621 e4App().getObject("UserInterface").showPreferences("zzz_subversionPage") | 621 e5App().getObject("UserInterface").showPreferences("zzz_subversionPage") |