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 b09e90202..712ca9660 100644 --- a/src/dialogs/ntqwizard.h +++ b/src/dialogs/ntqwizard.h @@ -57,7 +57,7 @@ class TQ_EXPORT TQWizard : public TQDialog TQ_PROPERTY( TQFont titleFont READ titleFont WRITE setTitleFont ) public: - TQWizard( TQWidget* parent=0, const char* name=0, bool modal=FALSE, + TQWizard( TQWidget* parent=0, const char* name=0, bool modal=false, WFlags f=0 ); ~TQWizard(); |
