summaryrefslogtreecommitdiffstats
path: root/doc/html/qbitval.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qbitval.html')
-rw-r--r--doc/html/qbitval.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qbitval.html b/doc/html/qbitval.html
index 641bdd2d..f08a5082 100644
--- a/doc/html/qbitval.html
+++ b/doc/html/qbitval.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQBitVal class is an internal class, used with TQBitArray.
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
-<p><tt>#include &lt;<a href="qbitarray-h.html">qbitarray.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qbitarray-h.html">ntqbitarray.h</a>&gt;</tt>
<p><a href="qbitval-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -47,17 +47,17 @@ body { background: #ffffff; color: black; }
-The TQBitVal class is an internal class, used with <a href="qbitarray.html">TQBitArray</a>.
+The TQBitVal class is an internal class, used with <a href="ntqbitarray.html">TQBitArray</a>.
<p>
<p> The TQBitVal is required by the indexing [] operator on bit arrays.
It is not for use in any other context.
<p>See also <a href="collection.html">Collection Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQBitVal"></a>TQBitVal::TQBitVal ( <a href="qbitarray.html">TQBitArray</a>&nbsp;*&nbsp;a, uint&nbsp;i )
+<h3 class=fn><a name="TQBitVal"></a>TQBitVal::TQBitVal ( <a href="ntqbitarray.html">TQBitArray</a>&nbsp;*&nbsp;a, uint&nbsp;i )
</h3>
-<p> Constructs a reference to element <em>i</em> in the <a href="qbitarray.html">TQBitArray</a> <em>a</em>.
+<p> Constructs a reference to element <em>i</em> in the <a href="ntqbitarray.html">TQBitArray</a> <em>a</em>.
This is what TQBitArray::operator[] constructs its return value
with.