summaryrefslogtreecommitdiffstats
path: root/doc/sql.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-28 22:31:39 -0600
commit41bb408dde90e755b07cd2ab8a9bdec7548c84b0 (patch)
tree6d4d5407c000add30aa78630e009c0e5d633e440 /doc/sql.doc
parent1740cd279522c060e738bbbffacab83355d2b794 (diff)
downloadtqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.tar.gz
tqt3-41bb408dde90e755b07cd2ab8a9bdec7548c84b0.zip
Automated conversion from qt3
Diffstat (limited to 'doc/sql.doc')
-rw-r--r--doc/sql.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sql.doc b/doc/sql.doc
index 43ebfdec2..c33ac2efd 100644
--- a/doc/sql.doc
+++ b/doc/sql.doc
@@ -453,7 +453,7 @@ retrieve data from it.
\quotefile sql/overview/retrieve1/main.cpp
\skipto if (
\printline if (
-\printuntil qDebug
+\printuntil tqDebug
\printline
\printline
\printline
@@ -644,7 +644,7 @@ setValue() to ensure that the value used is the one we want.
\quotefile sql/overview/extract/main.cpp
\skipto QSqlCursor
\printline QSqlCursor
-\printuntil qDebug
+\printuntil tqDebug
\printline
\caption From \l sql/overview/extract/main.cpp
@@ -668,7 +668,7 @@ in the \c{ORDER BY} clause.
Now we iterate through each matching record (if any). We retrieve the
contents of the id, forename and surname fields and pass them on to
-some processing function, in this example a simple qDebug() call.
+some processing function, in this example a simple tqDebug() call.
\target Manipulating_Records
\section2 Manipulating Records