diff options
Diffstat (limited to 'src/viewpropertiesdialog.h')
| -rw-r--r-- | src/viewpropertiesdialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/viewpropertiesdialog.h b/src/viewpropertiesdialog.h index a0a933f55..6d0be52fc 100644 --- a/src/viewpropertiesdialog.h +++ b/src/viewpropertiesdialog.h @@ -21,6 +21,8 @@ #ifndef VIEWPROPERTIESDIALOG_H #define VIEWPROPERTIESDIALOG_H +#include "libdolphin_export.h" + #include <kdialog.h> class QCheckBox; @@ -37,7 +39,7 @@ class DolphinView; * and previews should be shown. The properties can be assigned to the current folder, * or recursively to all sub folders. */ -class ViewPropertiesDialog : public KDialog +class LIBDOLPHINPRIVATE_EXPORT ViewPropertiesDialog : public KDialog { Q_OBJECT |
