diff options
Diffstat (limited to 'doc/html/sql-overview-order1-main-cpp.html')
-rw-r--r-- | doc/html/sql-overview-order1-main-cpp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/sql-overview-order1-main-cpp.html b/doc/html/sql-overview-order1-main-cpp.html index 4931fdb82..2c6fcb2e2 100644 --- a/doc/html/sql-overview-order1-main-cpp.html +++ b/doc/html/sql-overview-order1-main-cpp.html @@ -57,7 +57,7 @@ int main( int argc, char *argv[] ) <a href="ntqsqlindex.html">TQSqlIndex</a> order = cur.<a href="ntqsqlcursor.html#index">index</a>( fields ); cur.<a href="ntqsqlcursor.html#select">select</a>( order ); while ( cur.<a href="ntqsqlquery.html#next">next</a>() ) { - <a href="ntqapplication.html#qDebug">qDebug</a>( cur.<a href="ntqsqlquery.html#value">value</a>( "id" ).toString() + ": " + + <a href="ntqapplication.html#qDebug">tqDebug</a>( cur.<a href="ntqsqlquery.html#value">value</a>( "id" ).toString() + ": " + cur.<a href="ntqsqlquery.html#value">value</a>( "surname" ).toString() + " " + cur.<a href="ntqsqlquery.html#value">value</a>( "forename" ).toString() ); } |