summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/designer/doc/src/containerextension.qdoc2
-rw-r--r--examples/designer/doc/src/taskmenuextension.qdoc2
-rw-r--r--examples/designer/doc/src/worldtimeclockplugin.qdoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/designer/doc/src/containerextension.qdoc b/examples/designer/doc/src/containerextension.qdoc
index b369ba50b..6b3f9c989 100644
--- a/examples/designer/doc/src/containerextension.qdoc
+++ b/examples/designer/doc/src/containerextension.qdoc
@@ -181,7 +181,7 @@
using multiple inheritance, to ensure that all the interfaces
(i.e. the classes that doesn't inherit Q_OBJECT) are made known to
the meta object system using the Q_INTERFACES() macro. This
- enables \QD to use \l {qobject_cast(QObject * object)} to query for supported
+ enables \QD to use qobject_cast() to query for supported
interfaces using nothing but a QObject pointer.
\section1 MultiPageWidgetPlugin Class Implementation
diff --git a/examples/designer/doc/src/taskmenuextension.qdoc b/examples/designer/doc/src/taskmenuextension.qdoc
index a480fa3a8..6b5df136a 100644
--- a/examples/designer/doc/src/taskmenuextension.qdoc
+++ b/examples/designer/doc/src/taskmenuextension.qdoc
@@ -171,7 +171,7 @@
using multiple inheritance, to ensure that all the interfaces
(i.e. the classes that doesn't inherit Q_OBJECT) are made known to
the meta object system using the Q_INTERFACES() macro. This
- enables \QD to use \l {qobject_cast(QObject * object)} to query for supported
+ enables \QD to use qobject_cast() to query for supported
interfaces using nothing but a QObject pointer.
\section1 TicTacToePlugin Class Implementation
diff --git a/examples/designer/doc/src/worldtimeclockplugin.qdoc b/examples/designer/doc/src/worldtimeclockplugin.qdoc
index 99a452867..19ec83f6b 100644
--- a/examples/designer/doc/src/worldtimeclockplugin.qdoc
+++ b/examples/designer/doc/src/worldtimeclockplugin.qdoc
@@ -121,7 +121,7 @@
using multiple inheritance, to ensure that all the interfaces
(i.e. the classes that doesn't inherit Q_OBJECT) are made known to
the meta object system using the Q_INTERFACES() macro. This
- enables \QD to use \l {qobject_cast(QObject * object)} to query for supported
+ enables \QD to use qobject_cast() to query for supported
interfaces using nothing but a QObject pointer.
The implementation of the \c WorldTimeClockPlugin is also