X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmonitormanager.h;h=aa243afef619b473dec9452b8c5d4281948f93e1;hb=c24658bd34221d735f0641c924b890e1a6be7101;hp=b9f7de2c2da501f6953049eac5bfa142078c2121;hpb=5bcb9b7ead3d053cb2b0498d84a2622626bf7f14;p=kdenlive diff --git a/src/monitormanager.h b/src/monitormanager.h index b9f7de2c..aa243afe 100644 --- a/src/monitormanager.h +++ b/src/monitormanager.h @@ -43,7 +43,7 @@ public: /** Searches for a monitor with the given name. @return NULL, if no monitor could be found, or the monitor otherwise. */ - AbstractMonitor *monitor(Kdenlive::MONITORID monitorName); + AbstractMonitor *monitor(Kdenlive::MonitorId monitorName); void updateScopeSource(); void clearScopeSource(); /** @brief Returns current project's folder. */ @@ -57,8 +57,8 @@ public slots: /** @brief Activates a monitor. * @param name name of the monitor to activate */ - bool activateMonitor(Kdenlive::MONITORID, bool forceRefresh = false); - bool isActive(Kdenlive::MONITORID id) const; + bool activateMonitor(Kdenlive::MonitorId, bool forceRefresh = false); + bool isActive(Kdenlive::MonitorId id) const; void slotPlay(); void slotPause(); void slotPlayZone();