diff options
| author | 2008-04-21 15:04:18 +0000 | |
|---|---|---|
| committer | 2008-04-21 15:04:18 +0000 | |
| commit | d7d4d4d396a912f79aa35d566278ab8fd9874442 (patch) | |
| tree | 35f11d10a72a3fe1815d55238f51be57d1cab469 /src/modules/editor/scripteditor.h | |
| parent | more work on honor tab (wip) (diff) | |
| download | KVIrc-d7d4d4d396a912f79aa35d566278ab8fd9874442.tar.gz KVIrc-d7d4d4d396a912f79aa35d566278ab8fd9874442.tar.bz2 KVIrc-d7d4d4d396a912f79aa35d566278ab8fd9874442.zip | |
script editor port (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1546 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index 54b3b6e44..67a43c17b 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -52,11 +52,12 @@ class KviCompletionBox: public QListWidget { Q_OBJECT public: - KviCompletionBox(QWidget * parent); + KviCompletionBox(QTextEdit * parent); ~KviCompletionBox(){}; void updateContents(QString word); protected: + QTextEdit *m_pTextEdit; virtual void keyPressEvent(QKeyEvent * e); }; |
