From 9cd598e84fdeda452b308bf3244ddd43c740fc9e Mon Sep 17 00:00:00 2001
From: Sze Howe Koh <szehowe.koh@gmail.com>
Date: Fri, 29 Mar 2013 13:23:21 +0800
Subject: [PATCH] Doc: Give C++ class lists consistent titles

The majority format is "<Qt Module> C++ Classes" (see
http://qt-project.org/doc/qt-5.0/qtdoc/modules-cpp.html)

Change-Id: I3a4eccbf19296d0fb1d4d5e93892eb38fd9e6823
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
---
 doc/src/connectivity.qdoc | 2 +-
 doc/src/datastorage.qdoc  | 2 +-
 doc/src/whatsnew.qdoc     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/connectivity.qdoc b/doc/src/connectivity.qdoc
index 70d834f3..ee3387ac 100644
--- a/doc/src/connectivity.qdoc
+++ b/doc/src/connectivity.qdoc
@@ -97,7 +97,7 @@ Related Topics:
     \list
         \li \l {Network Programming API}
         \li \l {Network Programming with Qt}
-        \li \l {Qt Network - C++ Classes}
+        \li \l {Qt Network C++ Classes}
         \li \l {Secure Sockets Layer (SSL) Classes}
         \li \l {Bearer Management}
     \endlist
diff --git a/doc/src/datastorage.qdoc b/doc/src/datastorage.qdoc
index 90d69e02..9b3fa1b6 100644
--- a/doc/src/datastorage.qdoc
+++ b/doc/src/datastorage.qdoc
@@ -112,7 +112,7 @@ table with the foreign key).
 
 \list
 \li \l {Qt SQL}
-\li \l {Qt SQL Module - C++ Classes}
+\li \l {Qt SQL C++ Classes}
 \li \l {Connecting to Databases}
 \li \l {SQL Database Drivers}
 \li \l {Creating Data-Aware Forms}
diff --git a/doc/src/whatsnew.qdoc b/doc/src/whatsnew.qdoc
index 51965649..c027fd61 100644
--- a/doc/src/whatsnew.qdoc
+++ b/doc/src/whatsnew.qdoc
@@ -177,7 +177,7 @@
      \li QQuickItem
      \li QQuickPaintedItem
     \endlist
-    See \l{Qt Quick Module C++ Classes} for the complete list.
+    See \l{Qt Quick C++ Classes} for the complete list.
 
     The QtQuick 2.0 QML module is a major update, and the following sections
     outline the features that come with it:
-- 
GitLab