From ab3d8b100385fabaa612683f527d2e4ebd5c1086 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 1 Jul 2007 14:25:21 +0000 Subject: Here comes dolphinpart, to use dolphin as the file management view in konqueror. Embeds nicely, now all the integration needs to be done. Thanks to Peter for the nice DolphinView/DolphinViewContainer separation which made writing the part very very easy! CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=682079 --- src/dolphinview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 223c52dbf..899eb492e 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -24,6 +24,8 @@ #include +#include "libdolphin_export.h" + #include #include #include @@ -62,7 +64,7 @@ class ViewProperties; * @see DolphinDetailsView * @see DolphinColumnView */ -class DolphinView : public QWidget +class LIBDOLPHINPRIVATE_EXPORT DolphinView : public QWidget { Q_OBJECT -- cgit v1.3