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/html_document.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'khtml/dom/html_document.h') 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 -- cgit v1.2.1