diff options
Diffstat (limited to 'src/views/viewmodecontroller.h')
| -rw-r--r-- | src/views/viewmodecontroller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/viewmodecontroller.h b/src/views/viewmodecontroller.h index 89f1020b5..4b1ff2083 100644 --- a/src/views/viewmodecontroller.h +++ b/src/views/viewmodecontroller.h @@ -22,7 +22,7 @@ #include <QUrl> #include <QObject> -#include "libdolphin_export.h" +#include "dolphin_export.h" #include <views/dolphinview.h> /** @@ -33,7 +33,7 @@ * connect to signals of the ViewModeController to react on changes. The view * implementations get only read-access to the ViewModeController. */ -class LIBDOLPHINPRIVATE_EXPORT ViewModeController : public QObject +class DOLPHIN_EXPORT ViewModeController : public QObject { Q_OBJECT |
