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