]> git.sesse.net Git - kdenlive/blobdiff - src/stopmotion/stopmotion.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / stopmotion / stopmotion.h
index 338b6fadcd2b52ecdf48004861d5a9cf0bec3202..42a55cbc9c102e201f80d50582a781a36645dad4 100644 (file)
@@ -26,7 +26,7 @@
 #include <QFuture>
 #include <QVBoxLayout>
 #include <QTimer>
-#include <abstractmonitor.h>
+#include <widgets/abstractmonitor.h>
 
 class MltDeviceCapture;
 class MonitorManager;
@@ -64,7 +64,7 @@ public:
     StopmotionMonitor(MonitorManager *manager, QWidget *parent);
     ~StopmotionMonitor();
     AbstractRender *abstractRender();
-    Kdenlive::MONITORID id() const;
+    Kdenlive::MonitorId id() const;
     void setRender(MltDeviceCapture *render);
 
 private: