summaryrefslogtreecommitdiffstats
path: root/src/libraries/qmfutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/qmfutil')
-rw-r--r--src/libraries/qmfutil/qmailcomposer.cpp4
-rw-r--r--src/libraries/qmfutil/qmailviewer.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libraries/qmfutil/qmailcomposer.cpp b/src/libraries/qmfutil/qmailcomposer.cpp
index ea4e7079..59b6a923 100644
--- a/src/libraries/qmfutil/qmailcomposer.cpp
+++ b/src/libraries/qmfutil/qmailcomposer.cpp
@@ -359,9 +359,9 @@ void QMailComposerInterface::setMessageType( QMailMessage::MessageType type )
The QMailComposerInterface class describes the interface supported by classes that can be created
by the QMailComposerFactory class. To create a new class that can be created via the QMailComposerFactory,
- implement a plug-in that derives from QMailComposerPlugin.
+ implement a plug-in that derives from QMailComposerInterface.
- \sa QMailComposerInterface, QMailComposerPlugin
+ \sa QMailComposerInterface
*/
/*!
diff --git a/src/libraries/qmfutil/qmailviewer.cpp b/src/libraries/qmfutil/qmailviewer.cpp
index d6bd25f6..43aa4438 100644
--- a/src/libraries/qmfutil/qmailviewer.cpp
+++ b/src/libraries/qmfutil/qmailviewer.cpp
@@ -271,9 +271,9 @@ void QMailViewerInterface::setResource(const QUrl& name, QVariant value)
The QMailViewerInterface class describes the interface supported by classes that can be created
by the QMailViewerFactory class. To create a new class that can be created via the QMailViewerFactory,
- implement a plug-in that derives from QMailViewerPlugin.
+ implement a plug-in that derives from QMailViewerInterface.
- \sa QMailViewerInterface, QMailViewerPlugin
+ \sa QMailViewerInterface
*/
/*!