summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/extension/default_extensionfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/extension/default_extensionfactory.cpp')
-rw-r--r--src/designer/src/lib/extension/default_extensionfactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/lib/extension/default_extensionfactory.cpp b/src/designer/src/lib/extension/default_extensionfactory.cpp
index c7193c2f3..87a8d1520 100644
--- a/src/designer/src/lib/extension/default_extensionfactory.cpp
+++ b/src/designer/src/lib/extension/default_extensionfactory.cpp
@@ -24,7 +24,7 @@ QT_BEGIN_NAMESPACE
{QExtensionManager}{extension manager}.
The QExtensionManager class provides extension management
- facilities for Qt Designer. When an extension is required, Qt
+ facilities for \QD. When an extension is required, Qt
Designer's \l {QExtensionManager}{extension manager} will run
through all its registered factories calling
QExtensionFactory::createExtension() for each until the first one
@@ -32,7 +32,7 @@ QT_BEGIN_NAMESPACE
object, is found. This factory will then make an instance of the
extension.
- There are four available types of extensions in Qt Designer:
+ There are four available types of extensions in \QD:
QDesignerContainerExtension , QDesignerMemberSheetExtension,
QDesignerPropertySheetExtension and QDesignerTaskMenuExtension. Qt
Designer's behavior is the same whether the requested extension is
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
\l {taskmenuextension}{Task Menu Extension example}. The
example shows how to create a custom widget plugin for Qt
Designer, and how to use the QDesignerTaskMenuExtension class
- to add custom items to Qt Designer's task menu.
+ to add custom items to \QD's task menu.
\sa QExtensionManager, QAbstractExtensionFactory
*/