summaryrefslogtreecommitdiffstats
path: root/khtml/dom/html_element.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/dom/html_element.cpp')
-rw-r--r--khtml/dom/html_element.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/dom/html_element.cpp b/khtml/dom/html_element.cpp
index 0a2c15e53..0063985ea 100644
--- a/khtml/dom/html_element.cpp
+++ b/khtml/dom/html_element.cpp
@@ -177,7 +177,7 @@ HTMLCollection HTMLElement::all() const
void HTMLElement::assignOther( const Node &other, int elementId )
{
- if (other.elementId() != static_cast<Q_UINT32>(elementId)) {
+ if (other.elementId() != static_cast<TQ_UINT32>(elementId)) {
if ( impl ) impl->deref();
impl = 0;
} else {