diff options
| author | David Faure <[email protected]> | 2007-07-01 14:25:21 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2007-07-01 14:25:21 +0000 |
| commit | ab3d8b100385fabaa612683f527d2e4ebd5c1086 (patch) | |
| tree | 3286f9209fb5e8df8fd1fa0cd70168dbd6b97d2b /src/dolphinview.h | |
| parent | 6b42e7ba3b87af93d17f714d05ff2ddb09d13519 (diff) | |
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: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=682079
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <config-nepomuk.h> +#include "libdolphin_export.h" + #include <kparts/part.h> #include <kfileitem.h> #include <kfileitemdelegate.h> @@ -62,7 +64,7 @@ class ViewProperties; * @see DolphinDetailsView * @see DolphinColumnView */ -class DolphinView : public QWidget +class LIBDOLPHINPRIVATE_EXPORT DolphinView : public QWidget { Q_OBJECT |
