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 cb7235979..ec0e812ae 100644 --- a/doc/html/ntqvaluevector.html +++ b/doc/html/ntqvaluevector.html @@ -239,7 +239,7 @@ For example: <p> <pre> TQValueVector<int> vec; ... - TQValueVector<int>::<a href="#const_iterator">const_iterator</a> it = qFind( vec.<a href="#begin">begin</a>(), vec.<a href="#end">end</a>(), 3 ); + TQValueVector<int>::<a href="#const_iterator">const_iterator</a> it = tqFind( vec.<a href="#begin">begin</a>(), vec.<a href="#end">end</a>(), 3 ); if ( it != vector.end() ) // 'it' points to the found element </pre> |