summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-08-24 23:17:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-28 21:07:51 +0200
commit6321b5847a09ac52215fbb2a9269a1d09d32a12b (patch)
tree1b95fac82701a74de6701878fd179be4958e71b7 /doc/src
parenta92c254c453659fe186d27a4169b11dc731b16b2 (diff)
doc: remove links to Qt Designer
Designer is in the tools repo, we cannot link there. Mentioning the name should be good enough. Change-Id: I55193aa31e60ae266a8890f706c332a63ed3610d Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/examples/multipleinheritance.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/multipleinheritance.qdoc b/doc/src/examples/multipleinheritance.qdoc
index 0921aa2fbf..5d19e7c8da 100644
--- a/doc/src/examples/multipleinheritance.qdoc
+++ b/doc/src/examples/multipleinheritance.qdoc
@@ -29,9 +29,9 @@
\example uitools/multipleinheritance
\title Multiple Inheritance Example
- The Multiple Inheritance Example shows how to use a form created with \QD
- in an application by subclassing both QWidget and the user interface
- class, which is \c{Ui::CalculatorForm}.
+ The Multiple Inheritance Example shows how to use a form created with
+ Qt Designer in an application by subclassing both QWidget and the user
+ interface class, which is \c{Ui::CalculatorForm}.
\image multipleinheritance-example.png