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_8cpp-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/CommandDlg_8cpp-source.html') diff --git a/doc/html/CommandDlg_8cpp-source.html b/doc/html/CommandDlg_8cpp-source.html index 0745fbb..1c40837 100644 --- a/doc/html/CommandDlg_8cpp-source.html +++ b/doc/html/CommandDlg_8cpp-source.html @@ -41,14 +41,14 @@ 00024 * name 'name' and widget flags set to 'f'. 00025 * 00026 * The dialog will by default be modeless, unless you set 'modal' to -00027 * TRUE to construct a modal dialog. +00027 * true to construct a modal dialog. 00028 */ 00029 CommandDlg::CommandDlg( TQWidget* parent, const char* name, bool modal, WFlags fl ) 00030 : TQDialog( parent, name, modal, fl ) 00031 { 00032 if ( !name ) 00033 setName( "CommandDlg" ); -00034 setSizeGripEnabled( FALSE ); +00034 setSizeGripEnabled( false ); 00035 CommandDlgLayout = new TQGridLayout( this, 1, 1, 11, 6, "CommandDlgLayout"); 00036 00037 Layout6 = new TQHBoxLayout( 0, 0, 6, "Layout6"); @@ -91,7 +91,7 @@ 00074 00075 TQGroupBox_1Layout->addWidget( m_ButtonDelete, 1, 3 ); 00076 -00077 m_ComboCommand = new TQComboBox( FALSE, TQGroupBox_1, "m_ComboCommand" ); +00077 m_ComboCommand = new TQComboBox( false, TQGroupBox_1, "m_ComboCommand" ); 00078 m_ComboCommand->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)0, 0, 0, m_ComboCommand->sizePolicy().hasHeightForWidth() ) ); 00079 m_ComboCommand->setInsertionPolicy( TQComboBox::AtTop ); 00080 -- cgit v1.2.3