From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: 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 --- khtml/dom/dom_text.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'khtml/dom/dom_text.h') diff --git a/khtml/dom/dom_text.h b/khtml/dom/dom_text.h index c5db2ed4c..c6f92fb1d 100644 --- a/khtml/dom/dom_text.h +++ b/khtml/dom/dom_text.h @@ -183,15 +183,15 @@ public: * * @param offset The offset from which to start replacing. * - * @param count The number of characters to tqreplace. If the sum of + * @param count The number of characters to replace. If the sum of * \c offset and \c count exceeds * \c length , then all characters to the end of the data are - * tqreplaced (i.e., the effect is the same as a \c remove + * replaced (i.e., the effect is the same as a \c remove * method call with the same range, followed by an * \c append method invocation). * * @param arg The \c DOMString with which the range - * must be tqreplaced. + * must be replaced. * * @return * @@ -203,7 +203,7 @@ public: * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. * */ - void tqreplaceData ( const unsigned long offset, const unsigned long count, const DOMString &arg ); + void replaceData ( const unsigned long offset, const unsigned long count, const DOMString &arg ); protected: CharacterData(CharacterDataImpl *i); @@ -285,9 +285,9 @@ public: /** * Breaks this \c Text node into two Text nodes at the * specified offset, keeping both in the tree as siblings. This - * node then only tqcontains all the content up to the \c offset + * node then only contains all the content up to the \c offset * point. And a new \c Text node, which is - * inserted as the next sibling of this node, tqcontains all the + * inserted as the next sibling of this node, contains all the * content at and after the \c offset point. * * @param offset The offset at which to split, starting from 0. -- cgit v1.2.1