From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqlquery.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqsqlquery.html') diff --git a/doc/html/tqsqlquery.html b/doc/html/tqsqlquery.html index 58db878b6..ca4e3314f 100644 --- a/doc/html/tqsqlquery.html +++ b/doc/html/tqsqlquery.html @@ -323,7 +323,7 @@ Returns a map of the bound values. TQMap<TQString, TQVariant>::ConstIterator it; TQMap<TQString, TQVariant> vals = query.boundValues(); for ( it = vals.begin(); it != vals.end(); ++it ) - tqWarning( "Placeholder: " + it.key() + ", Value: " + (*it).toString() ); + tqWarning( "Placeholder: " + it.key() + ", Value: " + (*it).toString() ); ... // Examine the bound values - bound using positional binding @@ -331,7 +331,7 @@ Returns a map of the bound values. TQValueList<TQVariant> list = query.boundValues().values(); int i = 0; for ( it = list.begin(); it != list.end(); ++it ) - tqWarning( "Placeholder pos: %d, Value: " + (*it).toString(), i++ ); + tqWarning( "Placeholder pos: %d, Value: " + (*it).toString(), i++ ); ... -- cgit v1.2.3