summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLegendElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLegendElement.h')
-rw-r--r--WebCore/html/HTMLLegendElement.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLLegendElement.h b/WebCore/html/HTMLLegendElement.h
index 0873f34..b2ee51a 100644
--- a/WebCore/html/HTMLLegendElement.h
+++ b/WebCore/html/HTMLLegendElement.h
@@ -1,6 +1,4 @@
/*
- * This file is part of the DOM implementation for KDE.
- *
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2000 Dirk Mueller (mueller@kde.org)
@@ -32,7 +30,7 @@ namespace WebCore {
class HTMLLegendElement : public HTMLFormControlElement {
public:
- HTMLLegendElement(Document*, HTMLFormElement* = 0);
+ HTMLLegendElement(const QualifiedName&, Document*, HTMLFormElement* = 0);
virtual ~HTMLLegendElement();
virtual bool isFocusable() const;