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 19:05:59 +0900 |
| commit | 771af909e74927126fba90ec6e0298dc68d5bf4f (patch) | |
| tree | e03837162c9ab8ed4908621f623b6d49ec1588a2 /src/dialogs/tqmessagebox.h | |
| parent | d9f24c630d3a86190017de303bc5750e532cdb61 (diff) | |
| download | tqt-771af909e74927126fba90ec6e0298dc68d5bf4f.tar.gz tqt-771af909e74927126fba90ec6e0298dc68d5bf4f.zip | |
Replace TRUE/FALSE with boolean values true/false - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs/tqmessagebox.h')
| -rw-r--r-- | src/dialogs/tqmessagebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/tqmessagebox.h b/src/dialogs/tqmessagebox.h index cb0933f81..86a96fc2d 100644 --- a/src/dialogs/tqmessagebox.h +++ b/src/dialogs/tqmessagebox.h @@ -67,7 +67,7 @@ public: TQMessageBox( TQWidget* parent=0, const char* name=0 ); TQMessageBox( const TQString& caption, const TQString &text, Icon icon, int button0, int button1, int button2, - TQWidget* parent=0, const char* name=0, bool modal=TRUE, + TQWidget* parent=0, const char* name=0, bool modal=true, WFlags f=WStyle_DialogBorder ); ~TQMessageBox(); |
