Merge master.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index 8a8903040c06b573815fe2d3be9b999fa90c47b1..084836715f865fe6a62b52eae1e7ac1536bd202f 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include <boost/filesystem.hpp>
-#include <libdcp/kdm.h>
+#include <dcp/types.h>
 #include "job.h"
 
 class Screen;
@@ -32,7 +32,7 @@ public:
                boost::filesystem::path,
                boost::posix_time::ptime,
                boost::posix_time::ptime,
-               libdcp::KDM::Formulation
+               dcp::Formulation
                );
 
        std::string name () const;
@@ -44,5 +44,5 @@ private:
        boost::filesystem::path _dcp;
        boost::posix_time::ptime _from;
        boost::posix_time::ptime _to;
-       libdcp::KDM::Formulation _formulation;
+       dcp::Formulation _formulation;
 };