summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/KMultiFormListBox/windowlistboxitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/KMultiFormListBox/windowlistboxitem.h')
-rw-r--r--kregexpeditor/KMultiFormListBox/windowlistboxitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/KMultiFormListBox/windowlistboxitem.h b/kregexpeditor/KMultiFormListBox/windowlistboxitem.h
index 2505b88..5e9d0f6 100644
--- a/kregexpeditor/KMultiFormListBox/windowlistboxitem.h
+++ b/kregexpeditor/KMultiFormListBox/windowlistboxitem.h
@@ -17,7 +17,7 @@
**/
#ifndef __windowlistboxitem
#define __windowlistboxitem
-#include <qlistbox.h>
+#include <tqlistbox.h>
class WidgetWindow;
class KMultiFormListBoxWindowed;
class KMultiFormListBoxEntry;
@@ -31,7 +31,7 @@ class WindowListboxItem :public QListBoxText
friend class WidgetWindow;
friend class KMultiFormListBoxWindowed;
public:
- WindowListboxItem(QListBox *, QString, WidgetWindow *);
+ WindowListboxItem(TQListBox *, TQString, WidgetWindow *);
~WindowListboxItem();
void clone();
void displayWidget();