diff options
Diffstat (limited to 'doc/man/man3/tqstring.3qt')
-rw-r--r-- | doc/man/man3/tqstring.3qt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqstring.3qt b/doc/man/man3/tqstring.3qt index 2a37c4463..78d03fe8d 100644 --- a/doc/man/man3/tqstring.3qt +++ b/doc/man/man3/tqstring.3qt @@ -586,10 +586,10 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "const TQString \fBoperator+\fR ( char c, const TQString & s )" .br .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQString & str )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQString & str )" .br .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQString & str )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQString & str )" .br .in -1c .SH DESCRIPTION @@ -970,7 +970,7 @@ If \fIcs\fR is TRUE (the default), the search is case sensitive; otherwise the s .fi .PP Examples: -.)l fileiconview/qfileiconview.cpp and mdi/application.cpp. +.)l fileiconview/tqfileiconview.cpp and mdi/application.cpp. .SH "int TQString::contains ( char c, bool cs = TRUE ) const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .SH "int TQString::contains ( const char * str, bool cs = TRUE ) const" @@ -1289,7 +1289,7 @@ Returns TRUE if the string is null; otherwise returns FALSE. A null string is al See also isEmpty() and length(). .PP Examples: -.)l i18n/main.cpp, network/ftpclient/ftpmainwindow.ui.h, and qdir/qdir.cpp. +.)l i18n/main.cpp, network/ftpclient/ftpmainwindow.ui.h, and tqdir/tqdir.cpp. .SH "const char * TQString::latin1 () const" Returns a Latin-1 representation of the string. The returned value is undefined if the string contains non-Latin-1 characters. If you want to convert strings into formats other than Unicode, see the TQTextCodec classes. .PP @@ -1300,7 +1300,7 @@ The result remains valid so long as one unmodified copy of the source string exi See also fromLatin1(), ascii(), utf8(), and local8Bit(). .PP Examples: -.)l fileiconview/qfileiconview.cpp and network/networkprotocol/nntp.cpp. +.)l fileiconview/tqfileiconview.cpp and network/networkprotocol/nntp.cpp. .SH "TQString TQString::left ( uint len ) const" Returns a substring that contains the \fIlen\fR leftmost characters of the string. .PP @@ -1341,7 +1341,7 @@ Null strings and empty strings have zero length. See also isNull() and isEmpty(). .PP Examples: -.)l dirview/dirview.cpp, fileiconview/qfileiconview.cpp, network/networkprotocol/nntp.cpp, rot13/rot13.cpp, and themes/themes.cpp. +.)l dirview/dirview.cpp, fileiconview/tqfileiconview.cpp, network/networkprotocol/nntp.cpp, rot13/rot13.cpp, and themes/themes.cpp. .SH "TQCString TQString::local8Bit () const" Returns the string encoded in a locale-specific format. On X11, this is the TQTextCodec::codecForLocale(). On Windows, it is a system-defined encoding. On Mac OS X, this always uses UTF-8 as the encoding. .PP @@ -1825,7 +1825,7 @@ If \fIlen\fR is greater than the length of the string then the whole string is r .PP See also left(), mid(), and isEmpty(). .PP -Example: fileiconview/qfileiconview.cpp. +Example: fileiconview/tqfileiconview.cpp. .SH "TQString TQString::rightJustify ( uint width, TQChar fill = ' ', bool truncate = FALSE ) const" Returns a string of length \fIwidth\fR that contains the \fIfill\fR character followed by the string. .PP @@ -2458,10 +2458,10 @@ This is an overloaded member function, provided for convenience. It behaves esse Returns TRUE if \fIs1\fR is lexically less than \fIs2\fR; otherwise returns FALSE. The comparison is case sensitive. .PP Equivalent to compare(\fIs1\fR, \fIs2\fR) < 0. -.SH "QDataStream & operator<< ( QDataStream & s, const TQString & str )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const TQString & str )" Writes the string \fIstr\fR to the stream \fIs\fR. .PP -See also Format of the QDataStream operators +See also Format of the TQDataStream operators .SH "bool operator<= ( const TQString & s1, const char * s2 )" Returns TRUE if \fIs1\fR is lexically less than or equal to \fIs2\fR; otherwise returns FALSE. The comparison is case sensitive. Note that a null string is not equal to a not-null empty string. .PP @@ -2522,10 +2522,10 @@ Returns TRUE if \fIs1\fR is lexically greater than or equal to \fIs2\fR; otherwi Equivalent to compare(\fIs1\fR, \fIs2\fR) >= 0. .PP See also isNull() and isEmpty(). -.SH "QDataStream & operator>> ( QDataStream & s, TQString & str )" +.SH "TQDataStream & operator>> ( TQDataStream & s, TQString & str )" Reads a string from the stream \fIs\fR into string \fIstr\fR. .PP -See also Format of the QDataStream operators +See also Format of the TQDataStream operators .SH "SEE ALSO" .BR http://doc.trolltech.com/tqstring.html |