summaryrefslogtreecommitdiffstats
path: root/doc/html/qconststring.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qconststring.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qconststring.html')
-rw-r--r--doc/html/qconststring.html8
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 &lt;<a href="qstring-h.html">ntqstring.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="tqstring-h.html">tqstring.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="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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; <a name="string"></a>TQConstString::string () const
+<h3 class=fn>const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; <a name="string"></a>TQConstString::string () const
</h3>
<p> Returns a constant string referencing the data passed during