summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHonglei Zhang <honglei.zhang@nokia.com>2012-03-14 12:05:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-15 09:50:18 +0100
commit8cec8a4f68a5af76f9f1ee11e1f4b10603a1916c (patch)
tree857a88198c14e26ebc77bf2a093f391c94a90c54 /doc
parent088ae4ca71f54545a2a04da10a6e7cab4826db51 (diff)
Update QtSql module name according to the new naming convention
According to the new module name convention, QtSql should be replaced with Qt SQL in documentation. Task-number: QTBUG-24775 Change-Id: I712ef17c8245d30fe5e3cf879ef6e3e6aa2ff75c Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sql/qtsql.qdoc2
-rw-r--r--doc/src/sql/sql-programming/sql-driver.qdoc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sql/qtsql.qdoc b/doc/src/sql/qtsql.qdoc
index 3ced6b8680..6708deaaa8 100644
--- a/doc/src/sql/qtsql.qdoc
+++ b/doc/src/sql/qtsql.qdoc
@@ -27,7 +27,7 @@
/*!
\module QtSql
- \title QtSql Module
+ \title Qt SQL Module
\ingroup modules
To include the definitions of the module's classes, use the
diff --git a/doc/src/sql/sql-programming/sql-driver.qdoc b/doc/src/sql/sql-programming/sql-driver.qdoc
index eec61abd15..41995d8d38 100644
--- a/doc/src/sql/sql-programming/sql-driver.qdoc
+++ b/doc/src/sql/sql-programming/sql-driver.qdoc
@@ -28,11 +28,11 @@
/*!
\page sql-driver.html
\title SQL Database Drivers
- \brief How to configure and install QtSql drivers for supported databases.
+ \brief How to configure and install Qt SQL drivers for supported databases.
\ingroup qt-sql
- The QtSql module uses driver \l{How to Create Qt
+ The Qt SQL module uses driver \l{How to Create Qt
Plugins}{plugins} to communicate with the different database
APIs. Since Qt's SQL Module API is database-independent, all
database-specific code is contained within these drivers. Several