diff options
Diffstat (limited to 'src/modules/editor/scripteditor.h')
| -rw-r--r-- | src/modules/editor/scripteditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/editor/scripteditor.h b/src/modules/editor/scripteditor.h index 914f9bd15..d0a278688 100644 --- a/src/modules/editor/scripteditor.h +++ b/src/modules/editor/scripteditor.h @@ -33,18 +33,18 @@ #include <qsyntaxhighlighter.h> #include <qdialog.h> #include <qcheckbox.h> -#include <qlistbox.h> +#include "kvi_tal_listbox.h" #include <qevent.h> #include "kvi_list.h" #include "kvi_selectors.h" typedef KviPtrList<int> ColumnList; -class KviCompletionBox: public QListBox +class KviCompletionBox: public KviTalListBox { Q_OBJECT public: - KviCompletionBox(QWidget * parent, const char * name, WFlags f); + KviCompletionBox(QWidget * parent); ~KviCompletionBox(){}; void updateContents(QString word); |
