summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqxmlentityresolver.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqxmlentityresolver.3qt')
-rw-r--r--doc/man/man3/tqxmlentityresolver.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqxmlentityresolver.3qt b/doc/man/man3/tqxmlentityresolver.3qt
index bcc13e38..d44cb2dc 100644
--- a/doc/man/man3/tqxmlentityresolver.3qt
+++ b/doc/man/man3/tqxmlentityresolver.3qt
@@ -18,10 +18,10 @@ Inherited by QXmlDefaultHandler.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "virtual bool \fBresolveEntity\fR ( const QString & publicId, const QString & systemId, QXmlInputSource *& ret ) = 0"
+.BI "virtual bool \fBresolveEntity\fR ( const TQString & publicId, const TQString & systemId, QXmlInputSource *& ret ) = 0"
.br
.ti -1c
-.BI "virtual QString \fBerrorString\fR () = 0"
+.BI "virtual TQString \fBerrorString\fR () = 0"
.br
.in -1c
.SH DESCRIPTION
@@ -33,9 +33,9 @@ See also the Introduction to SAX2.
.PP
See also QXmlDTDHandler, QXmlDeclHandler, QXmlContentHandler, QXmlErrorHandler, QXmlLexicalHandler, and XML.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QString QXmlEntityResolver::errorString ()\fC [pure virtual]\fR"
+.SH "TQString QXmlEntityResolver::errorString ()\fC [pure virtual]\fR"
The reader calls this function to get an error string if any of the handler functions returns FALSE.
-.SH "bool QXmlEntityResolver::resolveEntity ( const QString & publicId, const QString & systemId, QXmlInputSource *& ret )\fC [pure virtual]\fR"
+.SH "bool QXmlEntityResolver::resolveEntity ( const TQString & publicId, const TQString & systemId, QXmlInputSource *& ret )\fC [pure virtual]\fR"
The reader calls this function before it opens any external entity, except the top-level document entity. The application may request the reader to resolve the entity itself (\fIret\fR is 0) or to use an entirely different input source (\fIret\fR points to the input source).
.PP
The reader deletes the input source \fIret\fR when it no longer needs it, so you should allocate it on the heap with \fCnew\fR.