]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/viewmodecontroller.h
Build TerminalPanel also on Windows
[dolphin.git] / src / views / viewmodecontroller.h
index 9ea717ad34c1ae6bb258828884c953641bb67cea..6fa43c38b1cc69d1ac4c0b91e6c09501e261acb6 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <QUrl>
 #include <QObject>
-#include <libdolphin_export.h>
+#include "dolphin_export.h"
 #include <views/dolphinview.h>
 
 /**
  * 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
 
 public:
-    explicit ViewModeController(QObject* parent = 0);
-    virtual ~ViewModeController();
+    explicit ViewModeController(QObject* parent = nullptr);
+    ~ViewModeController() override;
 
     /**
      * @return URL that is shown by the view mode implementation.