summaryrefslogtreecommitdiffstats
path: root/doc/html/qconststring.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qconststring.html')
-rw-r--r--doc/html/qconststring.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qconststring.html b/doc/html/qconststring.html
index bfea4ef4..659c77e7 100644
--- a/doc/html/qconststring.html
+++ b/doc/html/qconststring.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQConstString class provides string objects using constant Unicode data.
<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="qstring-h.html">qstring.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qstring-h.html">ntqstring.h</a>&gt;</tt>
<p><a href="qconststring-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -49,7 +49,7 @@ body { background: #ffffff; color: black; }
The TQConstString class provides string objects using constant Unicode data.
<p> In order to minimize copying, highly optimized applications can
-use TQConstString to provide a <a href="qstring.html">TQString</a>-compatible object from
+use TQConstString to provide a <a href="ntqstring.html">TQString</a>-compatible object from
existing Unicode data. It is then the programmer's responsibility
to ensure that the Unicode data exists for the entire lifetime of
the TQConstString object.
@@ -72,7 +72,7 @@ guarantee that <em>unicode</em> will not be deleted or modified.
Destroys the TQConstString, creating a copy of the data if other
strings are still using it.
-<h3 class=fn>const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp; <a name="string"></a>TQConstString::string () const
+<h3 class=fn>const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; <a name="string"></a>TQConstString::string () const
</h3>
<p> Returns a constant string referencing the data passed during