summaryrefslogtreecommitdiff
path: root/src/xbel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-11-07 00:17:56 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-11-07 00:17:56 +0100
commit4a0acb308cfecde67af334f48a521c221c4aee1a (patch)
treebdbdb080418919be235db771f049bd358aca9d40 /src/xbel.cpp
parentLocalizing strings.. (diff)
downloadrekonq-4a0acb308cfecde67af334f48a521c221c4aee1a.tar.xz
Setting right license
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)