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/ServerDlg_8cpp-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ServerDlg_8cpp-source.html') diff --git a/doc/html/ServerDlg_8cpp-source.html b/doc/html/ServerDlg_8cpp-source.html index 83b417d..a967652 100644 --- a/doc/html/ServerDlg_8cpp-source.html +++ b/doc/html/ServerDlg_8cpp-source.html @@ -44,14 +44,14 @@ 00027 * name 'name' and widget flags set to 'f'. 00028 * 00029 * The dialog will by default be modeless, unless you set 'modal' to -00030 * TRUE to construct a modal dialog. +00030 * true to construct a modal dialog. 00031 */ 00032 ServerDlg::ServerDlg( TQWidget* parent, const char* name, bool modal, WFlags fl ) 00033 : TQDialog( parent, name, modal, fl ) 00034 { 00035 if ( !name ) 00036 setName( "ServerDlg" ); -00037 setSizeGripEnabled( FALSE ); +00037 setSizeGripEnabled( false ); 00038 ServerDlgLayout = new TQGridLayout( this, 1, 1, 11, 6, "ServerDlgLayout"); 00039 00040 TQLabel_4 = new TQLabel( this, "TQLabel_4" ); @@ -114,7 +114,7 @@ 00097 00098 Layout15 = new TQHBoxLayout( 0, 0, 6, "Layout15"); 00099 -00100 m_ComboProtocol = new TQComboBox( FALSE, this, "m_ComboProtocol" ); +00100 m_ComboProtocol = new TQComboBox( false, this, "m_ComboProtocol" ); 00101 m_ComboProtocol->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)0, (TQSizePolicy::SizeType)0, 0, 0, m_ComboProtocol->sizePolicy().hasHeightForWidth() ) ); 00102 m_ComboProtocol->setFocusPolicy( TQComboBox::ClickFocus ); 00103 m_ComboProtocol->setInsertionPolicy( TQComboBox::AtTop ); -- cgit v1.2.3