summaryrefslogtreecommitdiff
path: root/doc/src/getting-started/gettingstartedqt.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/getting-started/gettingstartedqt.qdoc')
-rw-r--r--doc/src/getting-started/gettingstartedqt.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqt.qdoc b/doc/src/getting-started/gettingstartedqt.qdoc
index 4ff8536c..7ae37aef 100644
--- a/doc/src/getting-started/gettingstartedqt.qdoc
+++ b/doc/src/getting-started/gettingstartedqt.qdoc
@@ -441,7 +441,7 @@
The code defines the private function that is executed when QPushButton
emits the \l{QPushButton::}{clicked()} signal.
- We now complement the code to have the \l{QApplication::}{quit()} slot of
+ We now complement the code to have the \l{QCoreApplication::}{quit()} slot of
QApplication exit Notepad:
\snippet snippets/widgets-tutorial/notepad/notepad.cpp 1