From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khtml/dom/dom_doc.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'khtml/dom/dom_doc.h') diff --git a/khtml/dom/dom_doc.h b/khtml/dom/dom_doc.h index 9a5331295..fd64253f5 100644 --- a/khtml/dom/dom_doc.h +++ b/khtml/dom/dom_doc.h @@ -122,7 +122,7 @@ public: * @return A new DocumentType node with Node.ownerDocument set to null. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified qualified name contains + * INVALID_CHARACTER_ERR: Raised if the specified qualified name tqcontains * an illegal character. * * NAMESPACE_ERR: Raised if the qualifiedName is malformed. @@ -150,7 +150,7 @@ public: * @return A new Document object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified qualified name contains + * INVALID_CHARACTER_ERR: Raised if the specified qualified name tqcontains * an illegal character. * * NAMESPACE_ERR: Raised if the qualifiedName is malformed, if the @@ -235,7 +235,7 @@ protected: * * Since elements, text nodes, comments, processing instructions, * etc. cannot exist outside the context of a \c Document - * , the \c Document interface also contains the factory + * , the \c Document interface also tqcontains the factory * methods needed to create these objects. The \c Node * objects created have a \c ownerDocument attribute which * associates them with the \c Document within whose @@ -309,7 +309,7 @@ public: * @return A new \c Element object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified name contains an + * INVALID_CHARACTER_ERR: Raised if the specified name tqcontains an * invalid character. * */ @@ -326,7 +326,7 @@ public: * @return A new Element object with the following attributes: * * @exception INVALID_CHARACTER_ERR Raised if the specified qualified name - * contains an illegal character. + * tqcontains an illegal character. * * @exception NAMESPACE_ERR Raised if the qualifiedName is malformed, if * the qualifiedName has a prefix and the namespaceURI is null, or if the @@ -411,7 +411,7 @@ public: * @return A new \c Attr object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified name contains an + * INVALID_CHARACTER_ERR: Raised if the specified name tqcontains an * invalid character. * */ @@ -436,7 +436,7 @@ public: * Node.nodeValue - the empty string * * @exception INVALID_CHARACTER_ERR Raised if the specified qualified name - * contains an illegal character. + * tqcontains an illegal character. * * @exception NAMESPACE_ERR Raised if the qualifiedName is malformed, if * the qualifiedName has a prefix and the namespaceURI is null, if the @@ -456,7 +456,7 @@ public: * @return The new \c EntityReference object. * * @exception DOMException - * INVALID_CHARACTER_ERR: Raised if the specified name contains an + * INVALID_CHARACTER_ERR: Raised if the specified name tqcontains an * invalid character. * * NOT_SUPPORTED_ERR: Raised if this document is an HTML -- cgit v1.2.1