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/ServerDlg_8h-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ServerDlg_8h-source.html') diff --git a/doc/html/ServerDlg_8h-source.html b/doc/html/ServerDlg_8h-source.html index 2e51b80..a35c001 100644 --- a/doc/html/ServerDlg_8h-source.html +++ b/doc/html/ServerDlg_8h-source.html @@ -47,7 +47,7 @@ 00030 TQ_OBJECT 00031 00032 public: -00033 ServerDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); +00033 ServerDlg( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); 00034 ~ServerDlg(); 00035 00036 TQLabel* TQLabel_4; -- cgit v1.2.3