diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-05 18:54:52 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-05 22:40:03 +0900 |
| commit | 0ee946e4cf239295e382af06e6404cb48fb4e2fa (patch) | |
| tree | 585904970e5c66e717b83e0683e8bf972dd6d37d /src/dialogs/ntqwizard.h | |
| parent | ceb93b10fa4bfc790da00cb71876a81db1f93dae (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 6r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 771af909e74927126fba90ec6e0298dc68d5bf4f)
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(); |
