summaryrefslogtreecommitdiffstats
path: root/doc/html/qconststring.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qconststring.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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