From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqlistbox.html | 78 ++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'doc/html/ntqlistbox.html') diff --git a/doc/html/ntqlistbox.html b/doc/html/ntqlistbox.html index 8b9bb4ef0..ae062399d 100644 --- a/doc/html/ntqlistbox.html +++ b/doc/html/ntqlistbox.html @@ -115,7 +115,7 @@ body { background: #ffffff; color: black; }
  • TQListBoxItem * itemAt ( const TQPoint & p ) const
  • TQRect itemRect ( TQListBoxItem * item ) const
  • TQListBoxItem * firstItem () const
  • -
  • void sort ( bool ascending = TRUE )
  • +
  • void sort ( bool ascending = true )
  • Public Slots