diff options
| author | 2008-04-29 11:11:25 +0000 | |
|---|---|---|
| committer | 2008-04-29 11:11:25 +0000 | |
| commit | 8e7247b9790a5cd9a4fe1a46cfd30a249515e445 (patch) | |
| tree | ca57d91c38138131ce3b8ef0de1f3b87c11a7102 /src/modules/editor/scripteditor.h | |
| parent | more work on alias editor QT4 port (wip) (diff) | |
| download | KVIrc-8e7247b9790a5cd9a4fe1a46cfd30a249515e445.tar.gz KVIrc-8e7247b9790a5cd9a4fe1a46cfd30a249515e445.tar.bz2 KVIrc-8e7247b9790a5cd9a4fe1a46cfd30a249515e445.zip | |
more work on alias editor QT4 port (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1619 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index 67a43c17b..817fd8d2f 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -99,6 +99,8 @@ public: KviScriptSyntaxHighlighter(KviScriptEditorWidget * pWidget); virtual ~KviScriptSyntaxHighlighter(); public: + QTextEdit *m_pTextEdit; + QTextEdit *textEdit(){return m_pTextEdit;} void highlightBlock(const QString &text); }; |
