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/dolphiniconsview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dolphiniconsview.h') diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index db3d5d6cd..cc3715c61 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -22,6 +22,7 @@ #include #include +#include class DolphinController; class DolphinView; @@ -32,7 +33,7 @@ class DolphinView; * It is also possible that instead of the icon a preview of the item * content is shown. */ -class DolphinIconsView : public QListView +class LIBDOLPHIN_EXPORT DolphinIconsView : public QListView { Q_OBJECT -- cgit v1.3.1