From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqdatabrowser.html | 66 ++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 33 deletions(-) (limited to 'doc/html/tqdatabrowser.html') diff --git a/doc/html/tqdatabrowser.html b/doc/html/tqdatabrowser.html index fbef3df52..da1cb4784 100644 --- a/doc/html/tqdatabrowser.html +++ b/doc/html/tqdatabrowser.html @@ -49,7 +49,7 @@ navigation for data entry forms.
  • TQStringList sort () const
  • void setFilter ( const TQString & filter )
  • TQString filter () const
  • -
  • virtual void setSqlCursor ( TQSqlCursor * cursor, bool autoDelete = FALSE )
  • +
  • virtual void setSqlCursor ( TQSqlCursor * cursor, bool autoDelete = false )
  • TQSqlCursor * sqlCursor () const
  • virtual void setForm ( TQSqlForm * form )
  • TQSqlForm * form ()
  • @@ -67,7 +67,7 @@ navigation for data entry forms.
  • bool isReadOnly () const
  • virtual void setAutoEdit ( bool autoEdit )
  • bool autoEdit () const
  • -
  • virtual bool seek ( int i, bool relative = FALSE )
  • +
  • virtual bool seek ( int i, bool relative = false )
  • Public Slots