summaryrefslogtreecommitdiffstats
path: root/kommander/widgets/listbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/widgets/listbox.h')
-rw-r--r--kommander/widgets/listbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/widgets/listbox.h b/kommander/widgets/listbox.h
index ebd5784f..dd59bc3b 100644
--- a/kommander/widgets/listbox.h
+++ b/kommander/widgets/listbox.h
@@ -28,9 +28,9 @@
#include <kommanderwidget.h>
#include <klistbox.h>
#include <kommander_export.h>
-class QWidget;
+class TQWidget;
-class QShowEvent;
+class TQShowEvent;
class KOMMANDER_EXPORT ListBox : public KListBox, public KommanderWidget
{
Q_OBJECT