summaryrefslogtreecommitdiff
path: root/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/hierarchy/doc/src/hierarchy.qdoc')
-rw-r--r--examples/activeqt/hierarchy/doc/src/hierarchy.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc b/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
index 93450f3..bc22b80 100644
--- a/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
+++ b/examples/activeqt/hierarchy/doc/src/hierarchy.qdoc
@@ -47,7 +47,7 @@
this class.
\snippet activeqt/hierarchy/objects.cpp 0
- The constructor of QParentWidget creates a vertical box layout.
+ The constructor of \c QParentWidget creates a vertical box layout.
New child widgets are automatically added to the layout.
\snippet activeqt/hierarchy/objects.cpp 1
@@ -69,7 +69,7 @@
\snippet activeqt/hierarchy/objects.cpp 3
\snippet activeqt/hierarchy/objects.cpp 4
- The implementation of the QSubWidget class is self-explanatory.
+ The implementation of the \c QSubWidget class is self-explanatory.
\snippet activeqt/hierarchy/main.cpp 0
The classes are then exported using a QAxFactory. \c QParentWidget is