summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableCaptionElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableCaptionElement.h')
-rw-r--r--WebCore/html/HTMLTableCaptionElement.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLTableCaptionElement.h b/WebCore/html/HTMLTableCaptionElement.h
index 6ed52c9..38bc434 100644
--- a/WebCore/html/HTMLTableCaptionElement.h
+++ b/WebCore/html/HTMLTableCaptionElement.h
@@ -1,6 +1,4 @@
/*
- * This file is part of the DOM implementation for KDE.
- *
* Copyright (C) 1997 Martin Jones (mjones@kde.org)
* (C) 1997 Torben Weis (weis@kde.org)
* (C) 1998 Waldo Bastian (bastian@kde.org)
@@ -35,7 +33,7 @@ namespace WebCore {
class HTMLTableCaptionElement : public HTMLTablePartElement
{
public:
- HTMLTableCaptionElement(Document*);
+ HTMLTableCaptionElement(const QualifiedName&, Document*);
virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
virtual int tagPriority() const { return 5; }