summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLBRElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLBRElement.h')
-rw-r--r--WebCore/html/HTMLBRElement.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLBRElement.h b/WebCore/html/HTMLBRElement.h
index c3d6439..982a646 100644
--- a/WebCore/html/HTMLBRElement.h
+++ b/WebCore/html/HTMLBRElement.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 Simon Hausmann <hausmann@kde.org>
@@ -33,7 +31,7 @@ class String;
class HTMLBRElement : public HTMLElement
{
public:
- HTMLBRElement(Document*);
+ HTMLBRElement(const QualifiedName&, Document*);
~HTMLBRElement();
virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; }