summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bluetooth/doc/src/examples.qdoc2
-rw-r--r--src/nfc/doc/src/examples.qdoc2
-rw-r--r--src/nfc/doc/src/nfc-overview.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/bluetooth/doc/src/examples.qdoc b/src/bluetooth/doc/src/examples.qdoc
index 8884b3c8..441b303d 100644
--- a/src/bluetooth/doc/src/examples.qdoc
+++ b/src/bluetooth/doc/src/examples.qdoc
@@ -29,7 +29,7 @@
\ingroup all-examples
\page bluetooth-examples.html
\title Qt Bluetooth Examples
- \brief Examples for the QtBluetooth module.
+ \brief Examples for the Qt Bluetooth module.
This is a variety of examples that cover the entire range of the the Qt
Bluetooth API. You will find them in their own documentation but they are also
diff --git a/src/nfc/doc/src/examples.qdoc b/src/nfc/doc/src/examples.qdoc
index 1f473991..64cc0982 100644
--- a/src/nfc/doc/src/examples.qdoc
+++ b/src/nfc/doc/src/examples.qdoc
@@ -29,7 +29,7 @@
\ingroup all-examples
\page nfc-examples.html
\title Qt NFC Examples
-\brief Examples for the QtNfc module.
+\brief Examples for the Qt NFC module.
This is a variety of examples that cover the entire range of the Qt NFC API. You will find them
in their own documentation, but they are also accessible from here.
diff --git a/src/nfc/doc/src/nfc-overview.qdoc b/src/nfc/doc/src/nfc-overview.qdoc
index 25e193a6..b7d029bb 100644
--- a/src/nfc/doc/src/nfc-overview.qdoc
+++ b/src/nfc/doc/src/nfc-overview.qdoc
@@ -41,7 +41,7 @@ With the Qt NFC API typical use cases are:
\li Register an NDEF message handler for a particular content type.
\endlist
-The following sections describe how to use QtNfc C++ classes for the above use cases.
+The following sections describe how to use Qt NFC C++ classes for the above use cases.
\section1 Detect NFC tags entering and leaving communication range.
\section1 Read and write an NDEF message on NFC Forum Tags.