From bd87b2af9dde0633e56a792665cdec7a9675da95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Nov 2012 14:05:14 -0600 Subject: Automated update from Qt3 --- doc/html/ntqsqlquery.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqsqlquery.html') diff --git a/doc/html/ntqsqlquery.html b/doc/html/ntqsqlquery.html index 3f5e54fa5..9cda539c0 100644 --- a/doc/html/ntqsqlquery.html +++ b/doc/html/ntqsqlquery.html @@ -324,7 +324,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 ) - qWarning( "Placeholder: " + it.key() + ", Value: " + (*it).toString() ); + tqWarning( "Placeholder: " + it.key() + ", Value: " + (*it).toString() ); ... // Examine the bound values - bound using positional binding @@ -332,7 +332,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 ) - qWarning( "Placeholder pos: %d, Value: " + (*it).toString(), i++ ); + tqWarning( "Placeholder pos: %d, Value: " + (*it).toString(), i++ ); ... -- cgit v1.2.3