]> git.sesse.net Git - kdenlive/blobdiff - src/abstractmonitor.cpp
Fix compile with Nepomuk activated.
[kdenlive] / src / abstractmonitor.cpp
index eac998a99784ae16d177404a9011031ef7d0d1a5..c4fa50e626d88883af09da68a889bc32709490df 100644 (file)
@@ -29,7 +29,7 @@
 #include <QVBoxLayout>
 
 
-AbstractMonitor::AbstractMonitor(Kdenlive::MONITORID id, MonitorManager *manager, QWidget *parent): 
+AbstractMonitor::AbstractMonitor(Kdenlive::MonitorId id, MonitorManager *manager, QWidget *parent): 
     QWidget(parent),
     videoSurface(NULL),
     m_id(id),
@@ -173,7 +173,7 @@ VideoSurface::VideoSurface(QWidget* parent) :
 
 void VideoSurface::paintEvent(QPaintEvent *event)
 {
-    Q_UNUSED(event);
+    Q_UNUSED(event)
     //WARNING: This might trigger unnecessary refreshes from MLT's producer, but without this,
     // as soon as monitor is covered by a popup menu or another window, image is corrupted.
     emit refreshMonitor();