diff options
Diffstat (limited to 'doc/man/man3/tqsqlselectcursor.3qt')
-rw-r--r-- | doc/man/man3/tqsqlselectcursor.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqsqlselectcursor.3qt b/doc/man/man3/tqsqlselectcursor.3qt index b9f5e9473..2496d0604 100644 --- a/doc/man/man3/tqsqlselectcursor.3qt +++ b/doc/man/man3/tqsqlselectcursor.3qt @@ -42,7 +42,7 @@ Example: .br TQDataTable* table = new TQDataTable( this ); .br - table->setSqlCursor( cur, TRUE, TRUE ); + table->setSqlCursor( cur, true, true ); .br table->refresh(); .br |