┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinnewfilemenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinnewfilemenu.h')
-rw-r--r--src/dolphinnewfilemenu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinnewfilemenu.h b/src/dolphinnewfilemenu.h
index ae5881366..e211dfd88 100644
--- a/src/dolphinnewfilemenu.h
+++ b/src/dolphinnewfilemenu.h
@@ -23,6 +23,8 @@
#include <KNewFileMenu>
+#include "libdolphin_export.h"
+
class KJob;
/**
@@ -33,7 +35,7 @@ class KJob;
* All errors are shown in the status bar of Dolphin
* instead as modal error dialog with an OK button.
*/
-class DolphinNewFileMenu : public KNewFileMenu
+class LIBDOLPHINPRIVATE_EXPORT DolphinNewFileMenu : public KNewFileMenu
{
Q_OBJECT