diff options
Diffstat (limited to 'wizards/groupwarewizard.h')
-rw-r--r-- | wizards/groupwarewizard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/groupwarewizard.h b/wizards/groupwarewizard.h index bb9445376..9a6c25885 100644 --- a/wizards/groupwarewizard.h +++ b/wizards/groupwarewizard.h @@ -22,7 +22,7 @@ #ifndef GROUPWAREWIZARD_H #define GROUPWAREWIZARD_H -#include <qwidget.h> +#include <tqwidget.h> class OverViewPage; @@ -31,7 +31,7 @@ class GroupwareWizard : public QWidget Q_OBJECT public: - GroupwareWizard( QWidget *parent, const char *name = 0 ); + GroupwareWizard( TQWidget *parent, const char *name = 0 ); ~GroupwareWizard(); private: |