diff options
Diffstat (limited to 'wizards/groupwarewizard.h')
-rw-r--r-- | wizards/groupwarewizard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/groupwarewizard.h b/wizards/groupwarewizard.h index 6946c360e..b5b6a5261 100644 --- a/wizards/groupwarewizard.h +++ b/wizards/groupwarewizard.h @@ -29,9 +29,10 @@ class OverViewPage; class GroupwareWizard : public TQWidget { Q_OBJECT + TQ_OBJECT public: - GroupwareWizard( TQWidget *parent, const char *name = 0 ); + GroupwareWizard( TQWidget *tqparent, const char *name = 0 ); ~GroupwareWizard(); private: |