Rename Subtitle -> Text
[dcpomatic.git] / src / lib / text_subtitle.cc
index 972e74b66417ae974bd98e1f94dacdf7593606a9..35acb90228bc42d0f9cc4b7827b7d883d6420b31 100644 (file)
@@ -21,7 +21,7 @@
 #include "text_subtitle.h"
 #include "cross.h"
 #include "exceptions.h"
-#include "text_subtitle_content.h"
+#include "text_text_content.h"
 #include <sub/subrip_reader.h>
 #include <sub/ssa_reader.h>
 #include <sub/collect.h>
@@ -39,7 +39,7 @@ using boost::scoped_array;
 using boost::optional;
 using dcp::Data;
 
-TextSubtitle::TextSubtitle (shared_ptr<const TextSubtitleContent> content)
+TextSubtitle::TextSubtitle (shared_ptr<const TextTextContent> content)
 {
        Data in (content->path (0));