aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/editor/scripteditor.h
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2007-01-26 03:54:22 +0000
committerGravatar Szymon Tomasz Stefanek2007-01-26 03:54:22 +0000
commit1a8a7e6f145613c34ff0604b95370995fc625ef2 (patch)
tree79b63ab083ae2eecfbf98170e9d50731f6bb4d67 /src/modules/editor/scripteditor.h
parentfix win compilation and update win projects (diff)
downloadKVIrc-1a8a7e6f145613c34ff0604b95370995fc625ef2.tar.gz
KVIrc-1a8a7e6f145613c34ff0604b95370995fc625ef2.tar.bz2
KVIrc-1a8a7e6f145613c34ff0604b95370995fc625ef2.zip
More Qt 4.x port and the torrent module by Alexander Stillich
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@255 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.h')
-rw-r--r--src/modules/editor/scripteditor.h6
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);