aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h3
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);
};