summaryrefslogtreecommitdiff
path: root/src/bookmarks/bookmarkstreemodel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-26 11:37:11 +0100
commit8dda858403d283f1850c0298aac0fb5212a27952 (patch)
treeb21daf30ccba171cb4924d1d93871ac7c75e15c0 /src/bookmarks/bookmarkstreemodel.h
parentFixing scripts and tests to start reloading them.. (diff)
downloadrekonq-8dda858403d283f1850c0298aac0fb5212a27952.tar.xz
tests support for every Qt derived rekonq class
Diffstat (limited to 'src/bookmarks/bookmarkstreemodel.h')
-rw-r--r--src/bookmarks/bookmarkstreemodel.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/bookmarks/bookmarkstreemodel.h b/src/bookmarks/bookmarkstreemodel.h
index 9b65d923..dfad52ba 100644
--- a/src/bookmarks/bookmarkstreemodel.h
+++ b/src/bookmarks/bookmarkstreemodel.h
@@ -28,13 +28,18 @@
#ifndef BOOKMARKSTREEMODEL_H
#define BOOKMARKSTREEMODEL_H
-// Qt Includes
-#include <QAbstractItemModel>
+
+// Local Includes
+#include "rekonqprivate_export.h"
// KDE includes
#include <KBookmark>
-class BookmarksTreeModel : public QAbstractItemModel
+// Qt Includes
+#include <QAbstractItemModel>
+
+
+class REKONQ_TESTS_EXPORT BookmarksTreeModel : public QAbstractItemModel
{
Q_OBJECT
Q_DISABLE_COPY(BookmarksTreeModel)