diff options
Diffstat (limited to 'khtml/dom/dom_node.h')
-rw-r--r-- | khtml/dom/dom_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/dom/dom_node.h b/khtml/dom/dom_node.h index 37889eec2..4ddd4ffb1 100644 --- a/khtml/dom/dom_node.h +++ b/khtml/dom/dom_node.h @@ -875,7 +875,7 @@ public: * not part of the DOM. * @returns the element id, in case this is an element, 0 otherwise */ - Q_UINT32 elementId() const; + TQ_UINT32 elementId() const; /** * tests if this Node is 0. Useful especially, if casting to a derived |