summaryrefslogtreecommitdiffstats
path: root/khtml/dom/dom_doc.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-07 03:45:53 +0000
commit10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch)
tree4bc444c00a79e88105f2cfce5b6209994c413ca0 /khtml/dom/dom_doc.h
parent307136d8eef0ba133b78ceee8e901138d4c996a1 (diff)
downloadtdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz
tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip
Revert automated changes
Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml/dom/dom_doc.h')
-rw-r--r--khtml/dom/dom_doc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/khtml/dom/dom_doc.h b/khtml/dom/dom_doc.h
index fd64253f5..9a5331295 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 tqcontains
+ * INVALID_CHARACTER_ERR: Raised if the specified qualified name contains
* 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 tqcontains
+ * INVALID_CHARACTER_ERR: Raised if the specified qualified name contains
* 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 tqcontains the factory
+ * , the \c Document interface also contains 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 tqcontains an
+ * INVALID_CHARACTER_ERR: Raised if the specified name contains 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
- * tqcontains an illegal character.
+ * contains 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 tqcontains an
+ * INVALID_CHARACTER_ERR: Raised if the specified name contains an
* invalid character.
*
*/
@@ -436,7 +436,7 @@ public:
* Node.nodeValue - the empty string
*
* @exception INVALID_CHARACTER_ERR Raised if the specified qualified name
- * tqcontains an illegal character.
+ * contains 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 tqcontains an
+ * INVALID_CHARACTER_ERR: Raised if the specified name contains an
* invalid character.
*
* NOT_SUPPORTED_ERR: Raised if this document is an HTML