┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/dolphindirlister.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/views/dolphindirlister.h b/src/views/dolphindirlister.h
index 629c335d3..0549c3c8f 100644
--- a/src/views/dolphindirlister.h
+++ b/src/views/dolphindirlister.h
@@ -20,13 +20,14 @@
#ifndef DOLPHINDIRLISTER_H
#define DOLPHINDIRLISTER_H
+#include <libdolphin_export.h>
#include <kdirlister.h>
/**
* @brief Extends the class KDirLister by emitting a signal when an
* error occurred instead of showing an error dialog.
*/
-class DolphinDirLister : public KDirLister
+class LIBDOLPHINPRIVATE_EXPORT DolphinDirLister : public KDirLister
{
Q_OBJECT