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