diff options
Diffstat (limited to 'WebCore/html/HTMLDirectoryElement.h')
-rw-r--r-- | WebCore/html/HTMLDirectoryElement.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLDirectoryElement.h b/WebCore/html/HTMLDirectoryElement.h index 38414d5..6be4c22 100644 --- a/WebCore/html/HTMLDirectoryElement.h +++ b/WebCore/html/HTMLDirectoryElement.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) * @@ -31,7 +29,7 @@ namespace WebCore { class HTMLDirectoryElement : public HTMLElement { public: - HTMLDirectoryElement(Document*); + HTMLDirectoryElement(const QualifiedName&, Document*); virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; } virtual int tagPriority() const { return 5; } |