┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphincontroller.h')
-rw-r--r--src/dolphincontroller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphincontroller.h b/src/dolphincontroller.h
index 6edf6eba9..7bd7a4b08 100644
--- a/src/dolphincontroller.h
+++ b/src/dolphincontroller.h
@@ -23,6 +23,7 @@
#include <dolphinview.h>
#include <kurl.h>
#include <QObject>
+#include <libdolphin_export.h>
class KUrl;
class QModelIndex;
@@ -45,7 +46,7 @@ class QPoint;
* when an item should be triggered and a lot more. The controller emits the corresponding signals
* so that the receiver may react on those changes.
*/
-class DolphinController : public QObject
+class LIBDOLPHIN_EXPORT DolphinController : public QObject
{
Q_OBJECT