diff options
Diffstat (limited to 'src/dialogs/ntqwizard.h')
-rw-r--r-- | src/dialogs/ntqwizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/ntqwizard.h b/src/dialogs/ntqwizard.h index d0c90b384..d9fb8d1cc 100644 --- a/src/dialogs/ntqwizard.h +++ b/src/dialogs/ntqwizard.h @@ -54,7 +54,7 @@ class TQWizardPrivate; class Q_EXPORT TQWizard : public TQDialog { TQ_OBJECT - Q_PROPERTY( TQFont titleFont READ titleFont WRITE setTitleFont ) + TQ_PROPERTY( TQFont titleFont READ titleFont WRITE setTitleFont ) public: TQWizard( TQWidget* parent=0, const char* name=0, bool modal=FALSE, |