summaryrefslogtreecommitdiffstats
path: root/khtml/html/html_elementimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/html/html_elementimpl.h')
-rw-r--r--khtml/html/html_elementimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/html/html_elementimpl.h b/khtml/html/html_elementimpl.h
index f71ae9b23..83836f15d 100644
--- a/khtml/html/html_elementimpl.h
+++ b/khtml/html/html_elementimpl.h
@@ -68,7 +68,7 @@ public:
protected:
// for IMG, OBJECT and APPLET
- void addHTMLAlignment( DOMString alignment );
+ void addHTMLAlignment( DOMString tqalignment );
};
class HTMLGenericElementImpl : public HTMLElementImpl