summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/qtmail/detailspage_p.h2
-rw-r--r--examples/qtmail/qmailcomposer.cpp2
-rw-r--r--examples/qtmail/qmailviewer.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/qtmail/detailspage_p.h b/examples/qtmail/detailspage_p.h
index 6e82ff0d..c01831a3 100644
--- a/examples/qtmail/detailspage_p.h
+++ b/examples/qtmail/detailspage_p.h
@@ -38,7 +38,7 @@
// W A R N I N G
// -------------
//
-// This file is not part of the Qt Extended API. It exists purely as an
+// This file is not part of the Qt Messaging Framework API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//
diff --git a/examples/qtmail/qmailcomposer.cpp b/examples/qtmail/qmailcomposer.cpp
index e9eaf97a..f911e176 100644
--- a/examples/qtmail/qmailcomposer.cpp
+++ b/examples/qtmail/qmailcomposer.cpp
@@ -50,7 +50,7 @@ Q_GLOBAL_STATIC(EmailComposerInterface, composerInterface);
\brief The QMailComposerInterface class defines the interface to objects that can compose a mail message.
- Qt Extended uses the QMailComposerInterface interface for composing mail messages. A class may implement the
+ Qt Messaging Framework uses the QMailComposerInterface interface for composing mail messages. A class may implement the
QMailComposerInterface interface to compose a mail message format.
The composer class may start composing with no associated message, or it may be provided with an existing
diff --git a/examples/qtmail/qmailviewer.cpp b/examples/qtmail/qmailviewer.cpp
index 7ef32988..fddb4b93 100644
--- a/examples/qtmail/qmailviewer.cpp
+++ b/examples/qtmail/qmailviewer.cpp
@@ -49,7 +49,7 @@ Q_GLOBAL_STATIC(GenericViewer, genericViewerInstance);
\brief The QMailViewerInterface class defines the interface to objects that can display a mail message.
- Qt Extended uses the QMailViewerInterface interface for displaying mail messages. A class may implement the
+ Qt Messaging Framework uses the QMailViewerInterface interface for displaying mail messages. A class may implement the
QMailViewerInterface interface to display a mail message format.
The message to be displayed is provided to the viewer class using the \l {QMailViewerInterface::setMessage()}