diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qconststring.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qconststring.html b/doc/html/qconststring.html index bfea4ef49..659c77e76 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 <<a href="qstring-h.html">qstring.h</a>></tt> +<p><tt>#include <<a href="qstring-h.html">ntqstring.h</a>></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 <a href="qstring.html">TQString</a> & <a name="string"></a>TQConstString::string () const +<h3 class=fn>const <a href="ntqstring.html">TQString</a> & <a name="string"></a>TQConstString::string () const </h3> <p> Returns a constant string referencing the data passed during |