13 |
13 |
14 from PyQt4.QtCore import * |
14 from PyQt4.QtCore import * |
15 from PyQt4.QtGui import * |
15 from PyQt4.QtGui import * |
16 from PyQt4.Qsci import QsciScintilla |
16 from PyQt4.Qsci import QsciScintilla |
17 |
17 |
18 from E4Gui.E4Application import e4App |
18 from E4Gui.E4Application import e5App |
19 from E4Gui.E4Action import E4Action, createActionGroup |
19 from E4Gui.E4Action import E4Action, createActionGroup |
20 |
20 |
21 from . import Lexers |
21 from . import Lexers |
22 from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION |
22 from .QsciScintillaCompat import QsciScintillaCompat, QSCINTILLA_VERSION |
23 from .SearchReplaceWidget import SearchReplaceWidget |
23 from .SearchReplaceWidget import SearchReplaceWidget |