summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-order1-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-order1-main-cpp.html')
-rw-r--r--doc/html/sql-overview-order1-main-cpp.html2
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 4931fdb8..2c6fcb2e 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() );
}