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/qsqlquery-h.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qsqlquery-h.html') diff --git a/doc/html/qsqlquery-h.html b/doc/html/qsqlquery-h.html index 9aa878f5d..c3d4a7170 100644 --- a/doc/html/qsqlquery-h.html +++ b/doc/html/qsqlquery-h.html @@ -131,7 +131,7 @@ public: virtual bool exec ( const TQString& query ); virtual TQVariant value( int i ) const; - virtual bool seek( int i, bool relative = FALSE ); + virtual bool seek( int i, bool relative = false ); virtual bool next(); virtual bool prev(); virtual bool first(); -- cgit v1.2.3