diff options
Diffstat (limited to 'doc/html/ntqvaluevector.html')
-rw-r--r-- | doc/html/ntqvaluevector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqvaluevector.html b/doc/html/ntqvaluevector.html index ec0e812ae..4a57ffbd7 100644 --- a/doc/html/ntqvaluevector.html +++ b/doc/html/ntqvaluevector.html @@ -234,7 +234,7 @@ example: therefore you can use them with many generic algorithms, for example, algorithms provided by the STL or the <a href="ntqtl.html">TQTL</a>. <p> Another way to find an element in the vector is by using the -std::find() or <a href="ntqtl.html#qFind">qFind()</a> algorithms. +std::find() or <a href="ntqtl.html#qFind">tqFind()</a> algorithms. For example: <p> <pre> TQValueVector<int> vec; |