summaryrefslogtreecommitdiffstats
path: root/doc/sql.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
committerTimothy Pearson <[email protected]>2012-03-02 02:11:59 -0600
commit9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch)
treedf1e10cc7504665622d096f9ba80dc9e56f3afb8 /doc/sql.doc
parenta830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff)
downloadqt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz
qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip
Undo prior accidental commit
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 2ffabb7..5aa8266 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 tqDebug
+\printuntil qDebug
\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 tqDebug
+\printuntil qDebug
\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 tqDebug() call.
+some processing function, in this example a simple qDebug() call.
\target Manipulating_Records
\section2 Manipulating Records