summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/plugins-howto.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/plugins-howto.qdoc')
-rw-r--r--src/corelib/doc/src/plugins-howto.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc
index 22a450d6a8..83a4a8b29e 100644
--- a/src/corelib/doc/src/plugins-howto.qdoc
+++ b/src/corelib/doc/src/plugins-howto.qdoc
@@ -183,12 +183,12 @@
For example, here's the definition of an interface class:
- \snippet examples/tools/plugandpaint/interfaces.h 2
+ \snippet tools/plugandpaint/interfaces.h 2
Here's the definition of a plugin class that implements that
interface:
- \snippet examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h 0
+ \snippet tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h 0
The \l{tools/plugandpaint}{Plug & Paint} example documentation
explains this process in detail. See also \l{Creating Custom