summaryrefslogtreecommitdiffstats
path: root/doc/src/contactsactions.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/contactsactions.qdoc')
-rw-r--r--doc/src/contactsactions.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/contactsactions.qdoc b/doc/src/contactsactions.qdoc
index 9c520a092..c5810eb9d 100644
--- a/doc/src/contactsactions.qdoc
+++ b/doc/src/contactsactions.qdoc
@@ -113,11 +113,11 @@ derived classes. The QServicePluginInterface-derived class merely instantiates
QContactActionFactory-derived class on request for the Qt Service Framework. The
QContactActionFactory-derived class then instantiates the actions when required.
-\snippet ../../tests/auto/qcontactactions/multiaction/multiaction_p.h Example Contact Action Plugin Declaration
+\snippet ../../tests/auto/contacts/qcontactactions/multiaction/multiaction_p.h Example Contact Action Plugin Declaration
The implementation of these classes might be something like the following (example only):
-\snippet ../../tests/auto/qcontactactions/multiaction/multiaction.cpp Example Contact Action Plugin Implementation
+\snippet ../../tests/auto/contacts/qcontactactions/multiaction/multiaction.cpp Example Contact Action Plugin Implementation
Once implemented, the plugin must be described by an xml file as per the Qt Service Framework guidelines,
and installed in an appropriate location (once again, please see the documentation for the Qt Service Framework).