diff options
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 |
