aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/editor/scripteditor.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h
index 96d482994..c60accd76 100644
--- a/src/modules/editor/scripteditor.h
+++ b/src/modules/editor/scripteditor.h
@@ -47,19 +47,6 @@ class QTimer;
typedef KviPointerList<int> ColumnList;
-class KviCompletionBox: public QListWidget
-{
- Q_OBJECT
-public:
- KviCompletionBox(QTextEdit * parent);
- ~KviCompletionBox(){};
-
-// void updateContents(QString word);
-protected:
- QTextEdit *m_pTextEdit;
- virtual void keyPressEvent(QKeyEvent * e);
-};
-
class KviScriptEditorWidget : public QTextEdit
{
Q_OBJECT