More renaming.
[dcpomatic.git] / src / lib / plain_text_decoder.h
index 4bdedf58d380e90c915e58c5371c527db69a1d22..f11fe3eabc46c436f1222cf55a199e3e110e8c4c 100644 (file)
 #define DCPOMATIC_TEXT_SUBTITLE_DECODER_H
 
 #include "text_decoder.h"
-#include "text_subtitle.h"
+#include "plain_text.h"
 
 class PlainText;
 
-class TextTextDecoder : public Decoder, public TextSubtitle
+class PlainTextDecoder : public Decoder, public PlainText
 {
 public:
-       TextTextDecoder (boost::shared_ptr<const PlainText>, boost::shared_ptr<Log> log);
+       PlainTextDecoder (boost::shared_ptr<const PlainTextContent>, boost::shared_ptr<Log> log);
 
        void seek (ContentTime time, bool accurate);
        bool pass ();