Merge master.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index 778d3927ac01d7a741c88804065dab4f5df00c21..af84a13af2b959c034e342c3dd9d2b56448c8a12 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;
@@ -43,5 +43,5 @@ private:
        boost::filesystem::path _dcp;
        boost::posix_time::ptime _from;
        boost::posix_time::ptime _to;
-       libdcp::KDM::Formulation _formulation;
+       dcp::Formulation _formulation;
 };