summaryrefslogtreecommitdiffstats
path: root/khtml/html/html_formimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/html/html_formimpl.h')
-rw-r--r--khtml/html/html_formimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/html/html_formimpl.h b/khtml/html/html_formimpl.h
index 40fefc9ee..e4db1a931 100644
--- a/khtml/html/html_formimpl.h
+++ b/khtml/html/html_formimpl.h
@@ -415,7 +415,7 @@ public:
virtual void restoreState(const TQString &state);
virtual NodeImpl *insertBefore ( NodeImpl *newChild, NodeImpl *refChild, int &exceptioncode );
- virtual void replaceChild ( NodeImpl *newChild, NodeImpl *oldChild, int &exceptioncode );
+ virtual void tqreplaceChild ( NodeImpl *newChild, NodeImpl *oldChild, int &exceptioncode );
virtual void removeChild ( NodeImpl *oldChild, int &exceptioncode );
virtual NodeImpl *appendChild ( NodeImpl *newChild, int &exceptioncode );
virtual NodeImpl *addChild( NodeImpl* newChild );