diff options
Diffstat (limited to 'WebCore/html/HTMLLIElement.h')
-rw-r--r-- | WebCore/html/HTMLLIElement.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLLIElement.h b/WebCore/html/HTMLLIElement.h index 4edd771..e3afaf5 100644 --- a/WebCore/html/HTMLLIElement.h +++ b/WebCore/html/HTMLLIElement.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) * @@ -30,7 +28,7 @@ namespace WebCore { class HTMLLIElement : public HTMLElement { public: - HTMLLIElement(Document*); + HTMLLIElement(const QualifiedName&, Document*); virtual HTMLTagStatus endTagRequirement() const { return TagStatusOptional; } virtual int tagPriority() const { return 3; } |