diff --git a/doc/src/overview/creator-glossary.qdoc b/doc/src/overview/creator-glossary.qdoc
index c17ced6ebff9979ce7b8463582b91fede3cfb76d..5024131c25be22dc215f1326fd0cc10a93de4d36 100644
--- a/doc/src/overview/creator-glossary.qdoc
+++ b/doc/src/overview/creator-glossary.qdoc
@@ -80,7 +80,7 @@
                 \endraw
                 \target glossary-development-target
             \o  Target means the software platform for which you develop an
-                application. Qt Creator groups platform specific settings (such
+                application. \QC groups platform specific settings (such
                 as build configurations, compatible tool chains, and supported
                 Qt versions) as targets to make cross-platform development
                 easier.
diff --git a/doc/src/overview/creator-help-overview.qdoc b/doc/src/overview/creator-help-overview.qdoc
index 97d4f96bbb90baed5099c4d3994f8397c6ad8fc0..8cb8bc54737a3d684e8d5add0f0ed5cdf54e68fb 100644
--- a/doc/src/overview/creator-help-overview.qdoc
+++ b/doc/src/overview/creator-help-overview.qdoc
@@ -51,7 +51,7 @@
 
         \o  \l{Tips and Tricks}
 
-            Lists useful Qt Creator features.
+            Lists useful \QC features.
 
         \o  \l{Known Issues}
 
diff --git a/doc/src/symbian/qtquick-components-symbian.qdoc b/doc/src/symbian/qtquick-components-symbian.qdoc
index 3eb43cc052571a1da6d1a0bd73b7b20510c66476..70e422fd78279004a46d38584de71714efa4f0ff 100644
--- a/doc/src/symbian/qtquick-components-symbian.qdoc
+++ b/doc/src/symbian/qtquick-components-symbian.qdoc
@@ -37,7 +37,7 @@
     for Symbian and the Symbian Anna target as part of the \QSDK. In addition,
     you must install the Qt Quick Components on the test device.
 
-    This tutorial describes how to use Qt Creator to create a small Qt
+    This tutorial describes how to use \QC to create a small Qt
     application, Battery Status, that uses the System Information
     Mobility API to fetch battery information from the device.
 
@@ -71,7 +71,7 @@
         \o  Select \gui Next in the following dialogs to use the default
             settings.
 
-            \note Qt Creator contains a default program icon and generates an
+            \note \QC contains a default program icon and generates an
             \l{Application UID}, for testing the application on a device. You
             only need to change the icon and UID if you deliver the application
             for public use.
@@ -81,7 +81,7 @@
 
     \endlist
 
-    Qt Creator generates the necessary files that contain boiler plate code. The
+    \QC generates the necessary files that contain boiler plate code. The
     wizard creates an application that uses
     \l{http://doc.qt.nokia.com/qt-components-symbian/qt-components-pages-and-navigation-overview.html}
     {page-based application navigation}.