summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qsqlcursor.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qsqlcursor.3qt')
-rw-r--r--doc/man/man3/qsqlcursor.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qsqlcursor.3qt b/doc/man/man3/qsqlcursor.3qt
index c7067de..85a5192 100644
--- a/doc/man/man3/qsqlcursor.3qt
+++ b/doc/man/man3/qsqlcursor.3qt
@@ -193,7 +193,7 @@ For example:
.br
while ( cur.next() ) {
.br
- qDebug( cur.value( "id" ).toString() + ": " +
+ tqDebug( cur.value( "id" ).toString() + ": " +
.br
cur.value( "surname" ).toString() + " " +
.br