summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/src/plugins-howto.qdoc4
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc
index 83a4a8b29e..20489574f6 100644
--- a/src/corelib/doc/src/plugins-howto.qdoc
+++ b/src/corelib/doc/src/plugins-howto.qdoc
@@ -68,7 +68,7 @@
Since the higher-level API is built on top of the lower-level API,
some issues are common to both.
- If you want to provide plugins for use with \l{Qt Designer}, see the QtDesigner
+ If you want to provide plugins for use with Qt Designer, see the QtDesigner
module documentation.
Topics:
@@ -193,7 +193,7 @@
The \l{tools/plugandpaint}{Plug & Paint} example documentation
explains this process in detail. See also \l{Creating Custom
Widgets for Qt Designer} for information about issues that are
- specific to \l{Qt Designer}. You can also take a look at the
+ specific to Qt Designer. You can also take a look at the
\l{Echo Plugin Example} which is a more trivial example on
how to implement a plugin that extends Qt applications.
Please note that a QCoreApplication must have been initialized
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 86f445b57f..a59cdf8e43 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -1544,7 +1544,7 @@ void QCoreApplication::quit()
to all toplevel windows, where a reimplementation of changeEvent can
re-translate the user interface by passing user-visible strings via the
tr() function to the respective property setters. User-interface classes
- generated by \l{Qt Designer} provide a \c retranslateUi() function that can be
+ generated by Qt Designer provide a \c retranslateUi() function that can be
called.
The function returns true on success and false on failure.