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