summaryrefslogtreecommitdiff
path: root/examples/activeqt/comapp/doc/src/comapp.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/comapp/doc/src/comapp.qdoc')
-rw-r--r--examples/activeqt/comapp/doc/src/comapp.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/comapp/doc/src/comapp.qdoc b/examples/activeqt/comapp/doc/src/comapp.qdoc
index 59cd471..7e89731 100644
--- a/examples/activeqt/comapp/doc/src/comapp.qdoc
+++ b/examples/activeqt/comapp/doc/src/comapp.qdoc
@@ -73,7 +73,7 @@
name (accessible through the \c id property) is set to \c "From QAxFactory"
to indicate that this COM object has been created by COM. Note that there is
no destructor that would delete the QTabWidget - this is instead done in the
- \c quit() slot, before calling \l {QApplication::}{quit()} through a single-shot-timer,
+ \c quit() slot, before calling \l {QCoreApplication::}{quit()} through a single-shot-timer,
which is necessary to ensure that the COM call to the slot is complete.
\snippet activeqt/comapp/main.cpp 6