diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /khtml/dom/dom_xml.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-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/dom_xml.h')
-rw-r--r-- | khtml/dom/dom_xml.h | 14 |
1 files changed, 7 insertions, 7 deletions
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 |