]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.h
use only kDebug/qDebug, no cout
[kdenlive] / src / recmonitor.h
index 72e3ce457f4ecb83503c7cdc2f5ec8fa2e8af80f..62d9459424954faae2230466f861f3555c4b18d9 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef RECMONITOR_H
 #define RECMONITOR_H
 
-#include "abstractmonitor.h"
+#include "widgets/abstractmonitor.h"
 #include "definitions.h"
 #include "ui_recmonitor_ui.h"
 
@@ -61,7 +61,12 @@ public:
 
     AbstractRender *abstractRender();
     void analyseFrames(bool analyse);
-    enum CAPTUREDEVICE {FIREWIRE = 0, VIDEO4LINUX = 1, SCREENGRAB = 2, BLACKMAGIC = 3};
+    enum CaptureDevice {
+        Firewire = 0,
+        Video4Linux = 1,
+        ScreenBag = 2,
+        BlackMagic = 3
+    };
 
 protected:
     void mousePressEvent(QMouseEvent * event);