diff options
author | Michele Calgaro <[email protected]> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-24 20:14:25 +0900 |
commit | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch) | |
tree | e2c52ad435e8cca696acae34b1f451e934675a64 /doc/man/man3/tqxmlparseexception.3qt | |
parent | eb42871e999672a8fad5793733c58be05928c8ea (diff) | |
download | tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.tar.gz tqt3-d73937a9f779e2aafa6c392f94c9c29aa32b78fd.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
Diffstat (limited to 'doc/man/man3/tqxmlparseexception.3qt')
-rw-r--r-- | doc/man/man3/tqxmlparseexception.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqxmlparseexception.3qt b/doc/man/man3/tqxmlparseexception.3qt index 4eab722a4..fe150b236 100644 --- a/doc/man/man3/tqxmlparseexception.3qt +++ b/doc/man/man3/tqxmlparseexception.3qt @@ -16,7 +16,7 @@ All the functions in this class are reentrant when TQt is built with thread supp .SS "Public Members" .in +1c .ti -1c -.BI "\fBQXmlParseException\fR ( const QString & name = """", int c = -1, int l = -1, const QString & p = """", const QString & s = """" )" +.BI "\fBQXmlParseException\fR ( const TQString & name = """", int c = -1, int l = -1, const TQString & p = """", const TQString & s = """" )" .br .ti -1c .BI "int \fBcolumnNumber\fR () const" @@ -25,13 +25,13 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "int \fBlineNumber\fR () const" .br .ti -1c -.BI "QString \fBpublicId\fR () const" +.BI "TQString \fBpublicId\fR () const" .br .ti -1c -.BI "QString \fBsystemId\fR () const" +.BI "TQString \fBsystemId\fR () const" .br .ti -1c -.BI "QString \fBmessage\fR () const" +.BI "TQString \fBmessage\fR () const" .br .in -1c .SH DESCRIPTION @@ -41,17 +41,17 @@ The XML subsystem constructs an instance of this class when it detects an error. .PP See also QXmlErrorHandler, QXmlReader, and XML. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QXmlParseException::QXmlParseException ( const QString & name = "", int c = -1, int l = -1, const QString & p = "", const QString & s = "" )" +.SH "QXmlParseException::QXmlParseException ( const TQString & name = "", int c = -1, int l = -1, const TQString & p = "", const TQString & s = "" )" Constructs a parse exception with the error string \fIname\fR for column \fIc\fR and line \fIl\fR for the public identifier \fIp\fR and the system identifier \fIs\fR. .SH "int QXmlParseException::columnNumber () const" Returns the column number where the error occurred. .SH "int QXmlParseException::lineNumber () const" Returns the line number where the error occurred. -.SH "QString QXmlParseException::message () const" +.SH "TQString QXmlParseException::message () const" Returns the error message. -.SH "QString QXmlParseException::publicId () const" +.SH "TQString QXmlParseException::publicId () const" Returns the public identifier where the error occurred. -.SH "QString QXmlParseException::systemId () const" +.SH "TQString QXmlParseException::systemId () const" Returns the system identifier where the error occurred. .SH "SEE ALSO" |