Merge master.
[dcpomatic.git] / src / lib / send_kdm_email_job.h
index 8a8903040c06b573815fe2d3be9b999fa90c47b1..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,11 +32,10 @@ public:
                boost::filesystem::path,
                boost::posix_time::ptime,
                boost::posix_time::ptime,
-               libdcp::KDM::Formulation
+               dcp::Formulation
                );
 
        std::string name () const;
-       std::string json_name () const;
        void run ();
 
 private:
@@ -44,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;
 };