diff options
Diffstat (limited to 'doc/html/qconststring.html')
-rw-r--r-- | doc/html/qconststring.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qconststring.html b/doc/html/qconststring.html index 659c77e76..9872a566c 100644 --- a/doc/html/qconststring.html +++ b/doc/html/qconststring.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qstring.cpp:6903 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqstring.cpp:6903 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -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">ntqstring.h</a>></tt> +<p><tt>#include <<a href="tqstring-h.html">tqstring.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="ntqstring.html">TQString</a>-compatible object from +use TQConstString to provide a <a href="tqstring.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="ntqstring.html">TQString</a> & <a name="string"></a>TQConstString::string () const +<h3 class=fn>const <a href="tqstring.html">TQString</a> & <a name="string"></a>TQConstString::string () const </h3> <p> Returns a constant string referencing the data passed during |