diff --git a/src/quick/doc/src/concepts/input/textinput.qdoc b/src/quick/doc/src/concepts/input/textinput.qdoc index 1ec18f2e65..c6d573e474 100644 --- a/src/quick/doc/src/concepts/input/textinput.qdoc +++ b/src/quick/doc/src/concepts/input/textinput.qdoc @@ -55,7 +55,7 @@ The regular expression in the snippet will only allow the inputted text to be \c {fruit basket}. Note that QML parses JavaScript regular expressions, while Qt's -\l {QRegExp} class' regular expressions are based on Perl regular expressions. +\l {QRegularExpression} class' regular expressions are based on Perl regular expressions. */