summaryrefslogtreecommitdiffstats
path: root/src/sql/doc
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2012-10-21 00:17:09 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-22 08:53:32 +0200
commit8e62d9acfdfcb4cdd96e9e333360722c5d8a3d30 (patch)
tree65c18ff7a904cbf2ce67253bca5d2e54bd2e06cb /src/sql/doc
parentfb2d2c4f72428db428898f2d2d55e32abea8d3b0 (diff)
Doc: Fix small capitalization error for the Qt SQL module header.
The header file is named QtSql, not QtSQL. Change-Id: Ia3634c80d73f04fd27256f392cfed2068eeb9bc5 Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Diffstat (limited to 'src/sql/doc')
-rw-r--r--src/sql/doc/src/qtsql.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/doc/src/qtsql.qdoc b/src/sql/doc/src/qtsql.qdoc
index f269901906..7ab3cfc127 100644
--- a/src/sql/doc/src/qtsql.qdoc
+++ b/src/sql/doc/src/qtsql.qdoc
@@ -44,7 +44,7 @@
\section1 Getting Started
To enable Qt SQL in a project, add this directive into the C++ files:
\code
- #include <QtSQL>
+ #include <QtSql>
\endcode
To link against the Qt SQL module, add this line to the project file:
\code