diff options
Diffstat (limited to 'kitchensync/src/aboutpage.h')
-rw-r--r-- | kitchensync/src/aboutpage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchensync/src/aboutpage.h b/kitchensync/src/aboutpage.h index 75f9d489e..9da3a72b9 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(); |