From 6d1638620f3da1664aa3b86c46852515fc78707c 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 --- doc/html/CommandDlg_8h-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/CommandDlg_8h-source.html') diff --git a/doc/html/CommandDlg_8h-source.html b/doc/html/CommandDlg_8h-source.html index 89cf9c7..d5548b2 100644 --- a/doc/html/CommandDlg_8h-source.html +++ b/doc/html/CommandDlg_8h-source.html @@ -43,7 +43,7 @@ 00026 TQ_OBJECT 00027 00028 public: -00029 CommandDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); +00029 CommandDlg( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); 00030 ~CommandDlg(); 00031 00032 TQPushButton* m_ButtonOk; -- cgit v1.2.3