summaryrefslogtreecommitdiffstats
path: root/khtml/dom/html_document.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 04:12:51 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-03 04:12:51 +0000
commit560378aaca1784ba19806a0414a32b20c744de39 (patch)
treece0dfd7c3febf2a1adc7603d1019a8be2083c415 /khtml/dom/html_document.h
parentd4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff)
downloadtdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz
tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip
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
Diffstat (limited to 'khtml/dom/html_document.h')
-rw-r--r--khtml/dom/html_document.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/khtml/dom/html_document.h b/khtml/dom/html_document.h
index 677251e78..8b7211cf9 100644
--- a/khtml/dom/html_document.h
+++ b/khtml/dom/html_document.h
@@ -128,7 +128,7 @@ public:
DOMString URL() const;
/**
- * The element that contains the content for the document. In
+ * The element that tqcontains the content for the document. In
* documents with \c BODY contents, returns the
* \c BODY element, and in frameset documents, this returns
* the outermost \c FRAMESET element.
@@ -187,7 +187,7 @@ public:
* A collection of all the anchor ( \c A ) elements in
* a document with a value for the \c name attribute.
* Note. For reasons of backwards compatibility, the returned set
- * of anchors only contains those anchors created with the
+ * of anchors only tqcontains those anchors created with the
* \c name attribute, not those created with the \c id
* attribute.
*
@@ -211,7 +211,7 @@ public:
/**
* Note. This method and the ones following allow a user to add to
- * or replace the structure model of a document using strings of
+ * or tqreplace the structure model of a document using strings of
* unparsed HTML. At the time of writing alternate methods for
* providing similar functionality for both HTML and XML documents
* were being considered. The following methods may be deprecated