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/ntqsqlcursor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqsqlcursor.html') diff --git a/doc/html/ntqsqlcursor.html b/doc/html/ntqsqlcursor.html index aaa3ad329..3fce85142 100644 --- a/doc/html/ntqsqlcursor.html +++ b/doc/html/ntqsqlcursor.html @@ -127,7 +127,7 @@ and the values returned by value() are undefined.
            TQSqlCursor cur( "staff" ); // Specify the table/view name
             cur.select(); // We'll retrieve every record
             while ( cur.next() ) {
-                qDebug( cur.value( "id" ).toString() + ": " +
+                tqDebug( cur.value( "id" ).toString() + ": " +
                         cur.value( "surname" ).toString() + " " +
                         cur.value( "salary" ).toString() );
             }
-- 
cgit v1.2.3