From df48ed078a0409e56f8d3373898f0797c3376ae7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 22 Mar 2025 13:58:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 6d1638620f3da1664aa3b86c46852515fc78707c) --- doc/html/CommandEntryDlg_8h-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/CommandEntryDlg_8h-source.html') diff --git a/doc/html/CommandEntryDlg_8h-source.html b/doc/html/CommandEntryDlg_8h-source.html index c0c6920..b5d0286 100644 --- a/doc/html/CommandEntryDlg_8h-source.html +++ b/doc/html/CommandEntryDlg_8h-source.html @@ -44,7 +44,7 @@ 00027 TQ_OBJECT 00028 00029 public: -00030 CommandEntryDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); +00030 CommandEntryDlg( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); 00031 ~CommandEntryDlg(); 00032 00033 TQGroupBox* TQGroupBox_1; -- cgit v1.2.3