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_8cpp-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/CommandEntryDlg_8cpp-source.html') diff --git a/doc/html/CommandEntryDlg_8cpp-source.html b/doc/html/CommandEntryDlg_8cpp-source.html index df1339c..2dec343 100644 --- a/doc/html/CommandEntryDlg_8cpp-source.html +++ b/doc/html/CommandEntryDlg_8cpp-source.html @@ -42,14 +42,14 @@ 00025 * name 'name' and widget flags set to 'f'. 00026 * 00027 * The dialog will by default be modeless, unless you set 'modal' to -00028 * TRUE to construct a modal dialog. +00028 * true to construct a modal dialog. 00029 */ 00030 CommandEntryDlg::CommandEntryDlg( TQWidget* parent, const char* name, bool modal, WFlags fl ) 00031 : TQDialog( parent, name, modal, fl ) 00032 { 00033 if ( !name ) 00034 setName( "CommandEntryDlg" ); -00035 setSizeGripEnabled( FALSE ); +00035 setSizeGripEnabled( false ); 00036 CommandEntryDlgLayout = new TQVBoxLayout( this, 11, 6, "CommandEntryDlgLayout"); 00037 00038 TQGroupBox_1 = new TQGroupBox( this, "TQGroupBox_1" ); -- cgit v1.2.3