summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/multipleinheritance.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/multipleinheritance.qdoc')
-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