More automated renaming.
[dcpomatic.git] / src / wx / fonts_dialog.h
index 6c6873ea34f5629b2a448633026ca80041795bad..ba98e0963877b82ccf05982b4b81da161dd4ce99 100644 (file)
 #include <boost/filesystem.hpp>
 
 class Content;
-class CaptionContent;
+class TextContent;
 
 class FontsDialog : public wxDialog
 {
 public:
-       FontsDialog (wxWindow* parent, boost::shared_ptr<Content>, boost::shared_ptr<CaptionContent> caption);
+       FontsDialog (wxWindow* parent, boost::shared_ptr<Content>, boost::shared_ptr<TextContent> caption);
 
 private:
        void setup ();
@@ -39,7 +39,7 @@ private:
        void edit_clicked ();
 
        boost::weak_ptr<Content> _content;
-       boost::weak_ptr<CaptionContent> _caption;
+       boost::weak_ptr<TextContent> _caption;
        wxListCtrl* _fonts;
        wxButton* _edit;
 };