aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick2/qmltexthandling.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtquick2/qmltexthandling.qdoc')
-rw-r--r--doc/src/qtquick2/qmltexthandling.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qtquick2/qmltexthandling.qdoc b/doc/src/qtquick2/qmltexthandling.qdoc
index 876ab3c42f..6e6b2a4c6b 100644
--- a/doc/src/qtquick2/qmltexthandling.qdoc
+++ b/doc/src/qtquick2/qmltexthandling.qdoc
@@ -62,10 +62,10 @@ respective element documentation.
The \l {Validators}{validator} elements enforce the type and format of
\l TextInput objects.
-\snippet doc/src/snippets/declarative/texthandling.qml int validator
+\snippet doc/src/snippets/qml/texthandling.qml int validator
The validator elements bind to \c {TextInput}'s \c validator property.
-\snippet doc/src/snippets/declarative/texthandling.qml regexp validator
+\snippet doc/src/snippets/qml/texthandling.qml regexp validator
The regular expression in the snippet will only allow the inputted text to be
\c {fruit basket}.