diff options
| author | 2008-09-24 18:14:39 +0000 | |
|---|---|---|
| committer | 2008-09-24 18:14:39 +0000 | |
| commit | 0d799772e31019f44e0cd2860edb18af46a9de7f (patch) | |
| tree | 11b1b6e51165601f78bf04dc2785dbd35a9e5b71 /src/modules/editor | |
| parent | removed kvi_tal_listbox; removed qt3 support; now we're pure-qt4, baby (some ... (diff) | |
| download | KVIrc-0d799772e31019f44e0cd2860edb18af46a9de7f.tar.gz KVIrc-0d799772e31019f44e0cd2860edb18af46a9de7f.tar.bz2 KVIrc-0d799772e31019f44e0cd2860edb18af46a9de7f.zip | |
fixed editor module and removed unused code
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2554 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 13 |
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 |
