diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqstring.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqstring.html')
-rw-r--r-- | doc/html/tqstring.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqstring.html b/doc/html/tqstring.html index 91667871f..380b8825f 100644 --- a/doc/html/tqstring.html +++ b/doc/html/tqstring.html @@ -980,7 +980,7 @@ the length of <em>utf8</em> then it will use the length of <em>utf8</em>. <p> See <a href="tqtextcodec.html">TQTextCodec</a> for more diverse coding/decoding of Unicode strings. -<p>Example: <a href="simple-font-demo-example.html#x2850">fonts/simple-qfont-demo/viewer.cpp</a>. +<p>Example: <a href="simple-font-demo-example.html#x2850">fonts/simple-tqfont-demo/viewer.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> & <a name="insert"></a>TQString::insert ( uint index, const <a href="tqstring.html">TQString</a> & s ) </h3> Inserts <em>s</em> into the string at position <em>index</em>. @@ -1177,7 +1177,7 @@ between 2 and 36. The returned string is in "C" locale. <p> <p>See also <a href="#setNum">setNum</a>(). -<p>Examples: <a href="simple-application-example.html#x1580">application/application.cpp</a>, <a href="canvas-chart-example.html#x2893">chart/chartform.cpp</a>, <a href="simple-font-demo-example.html#x2851">fonts/simple-qfont-demo/viewer.cpp</a>, <a href="helpviewer-example.html#x1018">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2066">mdi/application.cpp</a>, <a href="regexptester-example.html#x2496">regexptester/regexptester.cpp</a>, and <a href="sql.html#x2193">sql/overview/extract/main.cpp</a>. +<p>Examples: <a href="simple-application-example.html#x1580">application/application.cpp</a>, <a href="canvas-chart-example.html#x2893">chart/chartform.cpp</a>, <a href="simple-font-demo-example.html#x2851">fonts/simple-tqfont-demo/viewer.cpp</a>, <a href="helpviewer-example.html#x1018">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2066">mdi/application.cpp</a>, <a href="regexptester-example.html#x2496">regexptester/regexptester.cpp</a>, and <a href="sql.html#x2193">sql/overview/extract/main.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="number-2"></a>TQString::number ( ulong n, int base = 10 )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |