summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/src/qtsql.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/doc/src/qtsql.qdoc')
-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