From 61e1700f93057b4068d4790477d5cc2617abded6 Mon Sep 17 00:00:00 2001
From: Leena Miettinen <riitta-leena.miettinen@nokia.com>
Date: Wed, 18 Jan 2012 14:30:43 +0100
Subject: [PATCH] Doc: use variable for product name

Change-Id: I17a720f2bd9732f607d104ae6645e6f8eb64fb61
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
---
 doc/src/overview/creator-glossary.qdoc          | 2 +-
 doc/src/overview/creator-help-overview.qdoc     | 2 +-
 doc/src/symbian/qtquick-components-symbian.qdoc | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/src/overview/creator-glossary.qdoc b/doc/src/overview/creator-glossary.qdoc
index c17ced6ebff..5024131c25b 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 97d4f96bbb9..8cb8bc54737 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 3eb43cc0525..70e422fd782 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}.
-- 
GitLab