From 84ea1693dace41d500c0a61501d67508b83711da Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 23 Mar 2007 15:32:28 +0000 Subject: Create shared lib as discussed with David and Peter It will used to create kparts which will use theses class svn path=/trunk/KDE/kdebase/apps/; revision=645768 --- src/dolphindetailsview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index b504d6853..cbeb861d1 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -24,6 +24,7 @@ #include #include #include +#include class DolphinController; @@ -35,7 +36,7 @@ class DolphinController; * that full available width of the view is used by stretching the width * of the name column. */ -class DolphinDetailsView : public QTreeView +class LIBDOLPHIN_EXPORT DolphinDetailsView : public QTreeView { Q_OBJECT -- cgit v1.3