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/dolphincontroller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dolphincontroller.h') diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h index 6edf6eba9..7bd7a4b08 100644 --- a/src/dolphincontroller.h +++ b/src/dolphincontroller.h @@ -23,6 +23,7 @@ #include #include #include +#include class KUrl; class QModelIndex; @@ -45,7 +46,7 @@ class QPoint; * when an item should be triggered and a lot more. The controller emits the corresponding signals * so that the receiver may react on those changes. */ -class DolphinController : public QObject +class LIBDOLPHIN_EXPORT DolphinController : public QObject { Q_OBJECT -- cgit v1.3