summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParagraphElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.h')
-rw-r--r--WebCore/html/HTMLParagraphElement.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLParagraphElement.h b/WebCore/html/HTMLParagraphElement.h
index 9b5b4fa..8e1646f 100644
--- a/WebCore/html/HTMLParagraphElement.h
+++ b/WebCore/html/HTMLParagraphElement.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 HTMLParagraphElement : public HTMLElement {
public:
- HTMLParagraphElement(Document*);
+ HTMLParagraphElement(const QualifiedName&, Document*);
virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; }
virtual int tagPriority() const { return 3; }