summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/aboutpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/aboutpage.h')
-rw-r--r--kitchensync/src/aboutpage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchensync/src/aboutpage.h b/kitchensync/src/aboutpage.h
index 75f9d489..9da3a72b 100644
--- a/kitchensync/src/aboutpage.h
+++ b/kitchensync/src/aboutpage.h
@@ -25,12 +25,13 @@
#include <tqwidget.h>
-class AboutPage : public QWidget
+class AboutPage : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- AboutPage( TQWidget *parent );
+ AboutPage( TQWidget *tqparent );
signals:
void addGroup();