summaryrefslogtreecommitdiffstats
path: root/doc/src/development/uic.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/development/uic.qdoc')
-rw-r--r--doc/src/development/uic.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/development/uic.qdoc b/doc/src/development/uic.qdoc
index 1030c11d6..121baf5a4 100644
--- a/doc/src/development/uic.qdoc
+++ b/doc/src/development/uic.qdoc
@@ -39,7 +39,7 @@
Designer} and creates a corresponding C++ header file.
Usage:
- \snippet doc/src/snippets/code/doc_src_uic.qdoc 0
+ \snippet snippets/code/doc_src_uic.qdoc 0
\section1 Options
@@ -62,12 +62,12 @@
Here are useful makefile rules if you only use GNU make:
- \snippet doc/src/snippets/code/doc_src_uic.qdoc 1
+ \snippet snippets/code/doc_src_uic.qdoc 1
If you want to write portably, you can use individual rules of the
following form:
- \snippet doc/src/snippets/code/doc_src_uic.qdoc 2
+ \snippet snippets/code/doc_src_uic.qdoc 2
You must also remember to add \c{ui_foo.h} to your \c HEADERS
(substitute your favorite name).