diff options
Diffstat (limited to 'src/__TODO/UiGuiHighlighter.cpp')
-rw-r--r-- | src/__TODO/UiGuiHighlighter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__TODO/UiGuiHighlighter.cpp b/src/__TODO/UiGuiHighlighter.cpp index cfb99c9..a5065c1 100644 --- a/src/__TODO/UiGuiHighlighter.cpp +++ b/src/__TODO/UiGuiHighlighter.cpp @@ -79,13 +79,13 @@ /* \class UiGuiHighlighter \ingroup grp_EditorComponent - \brief UiGuiHighlighter used for selecting the syntax highlighter/lexer for the QsciScintilla component. + \brief UiGuiHighlighter used for selecting the syntax highlighter/lexer for the TQextScintilla component. */ /* \brief The constructor initializes some regular expressions and keywords to identify cpp tokens */ -UiGuiHighlighter::UiGuiHighlighter(QsciScintilla *parent) : +UiGuiHighlighter::UiGuiHighlighter(TQextScintilla *parent) : TQObject(parent) { _qsciEditorParent = parent; |