diff options
Diffstat (limited to 'doc/html/tqstring.html')
-rw-r--r-- | doc/html/tqstring.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqstring.html b/doc/html/tqstring.html index 86556119f..91667871f 100644 --- a/doc/html/tqstring.html +++ b/doc/html/tqstring.html @@ -718,7 +718,7 @@ otherwise the search is case insensitive. </pre> -<p>Examples: <a href="fileiconview-example.html#x867">fileiconview/qfileiconview.cpp</a> and <a href="mdi-example.html#x2064">mdi/application.cpp</a>. +<p>Examples: <a href="fileiconview-example.html#x867">fileiconview/tqfileiconview.cpp</a> and <a href="mdi-example.html#x2064">mdi/application.cpp</a>. <h3 class=fn>int <a name="contains-2"></a>TQString::contains ( char c, bool cs = TRUE ) const </h3> @@ -1060,7 +1060,7 @@ null string is always empty. <p> <p>See also <a href="#isEmpty">isEmpty</a>() and <a href="#length">length</a>(). -<p>Examples: <a href="i18n-example.html#x1948">i18n/main.cpp</a>, <a href="ftpclient-example.html#x771">network/ftpclient/ftpmainwindow.ui.h</a>, and <a href="qdir-example.html#x1842">qdir/qdir.cpp</a>. +<p>Examples: <a href="i18n-example.html#x1948">i18n/main.cpp</a>, <a href="ftpclient-example.html#x771">network/ftpclient/ftpmainwindow.ui.h</a>, and <a href="tqdir-example.html#x1842">tqdir/tqdir.cpp</a>. <h3 class=fn>const char * <a name="latin1"></a>TQString::latin1 () const </h3> Returns a Latin-1 representation of the string. The @@ -1073,7 +1073,7 @@ use Unicode. source string exists. <p> <p>See also <a href="#fromLatin1">fromLatin1</a>(), <a href="#ascii">ascii</a>(), <a href="#utf8">utf8</a>(), and <a href="#local8Bit">local8Bit</a>(). -<p>Examples: <a href="fileiconview-example.html#x869">fileiconview/qfileiconview.cpp</a> and <a href="networkprotocol-example.html#x692">network/networkprotocol/nntp.cpp</a>. +<p>Examples: <a href="fileiconview-example.html#x869">fileiconview/tqfileiconview.cpp</a> and <a href="networkprotocol-example.html#x692">network/networkprotocol/nntp.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="left"></a>TQString::left ( uint len ) const </h3> Returns a substring that contains the <em>len</em> leftmost characters @@ -1111,7 +1111,7 @@ padded by the <em>fill</em> character. <p> Null strings and empty strings have zero length. <p> <p>See also <a href="#isNull">isNull</a>() and <a href="#isEmpty">isEmpty</a>(). -<p>Examples: <a href="dirview-example.html#x1702">dirview/dirview.cpp</a>, <a href="fileiconview-example.html#x870">fileiconview/qfileiconview.cpp</a>, <a href="networkprotocol-example.html#x693">network/networkprotocol/nntp.cpp</a>, <a href="rot-example.html#x1372">rot13/rot13.cpp</a>, and <a href="themes-example.html#x339">themes/themes.cpp</a>. +<p>Examples: <a href="dirview-example.html#x1702">dirview/dirview.cpp</a>, <a href="fileiconview-example.html#x870">fileiconview/tqfileiconview.cpp</a>, <a href="networkprotocol-example.html#x693">network/networkprotocol/nntp.cpp</a>, <a href="rot-example.html#x1372">rot13/rot13.cpp</a>, and <a href="themes-example.html#x339">themes/themes.cpp</a>. <h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="local8Bit"></a>TQString::local8Bit () const </h3> Returns the string encoded in a locale-specific format. On X11, @@ -1624,7 +1624,7 @@ string is returned. <p> <p>See also <a href="#left">left</a>(), <a href="#mid">mid</a>(), and <a href="#isEmpty">isEmpty</a>(). -<p>Example: <a href="fileiconview-example.html#x871">fileiconview/qfileiconview.cpp</a>. +<p>Example: <a href="fileiconview-example.html#x871">fileiconview/tqfileiconview.cpp</a>. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="rightJustify"></a>TQString::rightJustify ( uint width, <a href="qchar.html">TQChar</a> fill = ' ', bool truncate = FALSE ) const </h3> Returns a string of length <em>width</em> that contains the <em>fill</em> @@ -2320,7 +2320,7 @@ The comparison is case sensitive. The comparison is case sensitive. <p> Equivalent to <a href="#compare">compare</a>(<em>s1</em>, <em>s2</em>) < 0. -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="tqstring.html">TQString</a> & str ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqdatastream.html">TQDataStream</a> & s, const <a href="tqstring.html">TQString</a> & str ) </h3> <p> Writes the string <em>str</em> to the stream <em>s</em>. @@ -2420,7 +2420,7 @@ Note that a null string is not equal to a not-null empty string. <p> Equivalent to <a href="#compare">compare</a>(<em>s1</em>, <em>s2</em>) >= 0. <p> <p>See also <a href="#isNull">isNull</a>() and <a href="#isEmpty">isEmpty</a>(). -<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqdatastream.html">TQDataStream</a> & s, <a href="tqstring.html">TQString</a> & str ) +<h3 class=fn><a href="tqdatastream.html">TQDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqdatastream.html">TQDataStream</a> & s, <a href="tqstring.html">TQString</a> & str ) </h3> <p> Reads a string from the stream <em>s</em> into string <em>str</em>. |