Update QtSql module name according to the new naming convention
authorHonglei Zhang <honglei.zhang@nokia.com>
Wed, 14 Mar 2012 10:05:03 +0000 (12:05 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 15 Mar 2012 08:50:18 +0000 (09:50 +0100)
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>
doc/src/sql/qtsql.qdoc
doc/src/sql/sql-programming/sql-driver.qdoc

index 3ced6b8..6708dea 100644 (file)
@@ -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
index eec61ab..41995d8 100644 (file)
 /*!
     \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