]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/viewmodecontroller.h
Fix scrolling during inline renaming causes rename of wrong file
[dolphin.git] / src / views / viewmodecontroller.h
index 9ea717ad34c1ae6bb258828884c953641bb67cea..4b1ff2083e7335960b8a307ad33e5b446119872d 100644 (file)
@@ -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