diff options
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" |