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_xml.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'khtml/dom/dom_xml.h') diff --git a/khtml/dom/dom_xml.h b/khtml/dom/dom_xml.h index 12e70d9e5..747262cb8 100644 --- a/khtml/dom/dom_xml.h +++ b/khtml/dom/dom_xml.h @@ -89,7 +89,7 @@ class DOMString; * been left for a later Level of the DOM specification. * * The \c nodeName attribute that is inherited from - * \c Node contains the name of the entity. + * \c Node tqcontains the name of the entity. * * An XML processor may choose to completely expand entities before * the structure model is passed to the DOM; in this case there will @@ -99,21 +99,21 @@ class DOMString; * process entity declarations made in the external subset or declared * in external parameter entities. This means that parsed entities * declared in the external subset need not be expanded by some - * classes of applications, and that the replacement value of the - * entity may not be available. When the replacement value is + * classes of applications, and that the tqreplacement value of the + * entity may not be available. When the tqreplacement value is * available, the corresponding \c Entity node's child - * list represents the structure of that replacement text. Otherwise, + * list represents the structure of that tqreplacement text. Otherwise, * the child list is empty. * * The resolution of the children of the \c Entity (the - * replacement value) may be lazily evaluated; actions by the user + * tqreplacement value) may be lazily evaluated; actions by the user * (such as calling the \c childNodes method on the * \c Entity Node) are assumed to trigger the evaluation. * * The DOM Level 1 does not support editing \c Entity * nodes; if a user wants to make changes to the contents of an * \c Entity , every related \c EntityReference node - * has to be replaced in the structure model by a clone of the + * has to be tqreplaced in the structure model by a clone of the * \c Entity 's contents, and then the desired changes must be * made to each of those clones instead. All the descendants of an * \c Entity node are readonly. @@ -178,7 +178,7 @@ protected: * \c EntityReference are readonly. * * The resolution of the children of the \c EntityReference - * (the replacement value of the referenced \c Entity + * (the tqreplacement value of the referenced \c Entity * ) may be lazily evaluated; actions by the user (such as * calling the \c childNodes method on the * \c EntityReference node) are assumed to trigger the -- cgit v1.2.1