summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluevector.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-02 21:37:22 +0900
committerMichele Calgaro <[email protected]>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/tqvaluevector.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqvaluevector.html')
-rw-r--r--doc/html/tqvaluevector.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluevector.html b/doc/html/tqvaluevector.html
index 6f90c2adc..350958abb 100644
--- a/doc/html/tqvaluevector.html
+++ b/doc/html/tqvaluevector.html
@@ -200,7 +200,7 @@ incrementing/decrementing the iterator. The iterator returned by
end() points to the element which is one past the last element in
the container. The past-the-end iterator is still associated with
the vector it belongs to, however it is <em>not</em> dereferenceable;
-<a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the vector is
+<a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the vector is
<a href="#empty">empty</a>(), the iterator returned by begin() will equal the iterator
returned by end().
<p> The fastest way to access an element of a vector is by using