summaryrefslogtreecommitdiff
path: root/src/xbel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xbel.cpp')
-rw-r--r--src/xbel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xbel.cpp b/src/xbel.cpp
index 788c6d03..13a91ccb 100644
--- a/src/xbel.cpp
+++ b/src/xbel.cpp
@@ -2,6 +2,7 @@
 *
 * This file is a part of the reKonq project
 *
+ * Copyright (C) 2007-2008 Trolltech ASA. All rights reserved
* Copyright (C) 2008 by Andrea Diamantini <adjam7 at gmail dot com>
 *
*
@@ -26,6 +27,7 @@
// Qt Includes
#include <QFile>
+
BookmarkNode::BookmarkNode(BookmarkNode::Type type, BookmarkNode *parent) :
expanded(false)
, m_parent(parent)