Doc: Fix small capitalization error for the Qt SQL module header.
authorSze Howe Koh <szehowe.koh@gmail.com>
Sat, 20 Oct 2012 16:17:09 +0000 (00:17 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 22 Oct 2012 06:53:32 +0000 (08:53 +0200)
The header file is named QtSql, not QtSQL.

Change-Id: Ia3634c80d73f04fd27256f392cfed2068eeb9bc5
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/sql/doc/src/qtsql.qdoc

index f269901..7ab3cfc 100644 (file)
@@ -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