44
55#include < djvApp/Models/BMDDevicesModel.h>
66
7- #include < feather-tk/ui /Settings.h>
7+ #include < ftk/UI /Settings.h>
88
99namespace djv
1010{
1111 namespace app
1212 {
1313 struct BMDDevicesModel ::Private
1414 {
15- std::shared_ptr<feather_tk ::Settings> settings;
15+ std::shared_ptr<ftk ::Settings> settings;
1616 };
1717
1818 void BMDDevicesModel::_init (
19- const std::shared_ptr<feather_tk ::Context>& context,
20- const std::shared_ptr<feather_tk ::Settings>& settings)
19+ const std::shared_ptr<ftk ::Context>& context,
20+ const std::shared_ptr<ftk ::Settings>& settings)
2121 {
2222 tl::bmd::DevicesModel::_init (context);
23- FEATHER_TK_P ();
23+ FTK_P ();
2424
2525 p.settings = settings;
2626
@@ -41,13 +41,13 @@ namespace djv
4141
4242 BMDDevicesModel::~BMDDevicesModel ()
4343 {
44- FEATHER_TK_P ();
44+ FTK_P ();
4545 p.settings ->setT (" /BMD" , observeData ()->get ());
4646 }
4747
4848 std::shared_ptr<BMDDevicesModel> BMDDevicesModel::create (
49- const std::shared_ptr<feather_tk ::Context>& context,
50- const std::shared_ptr<feather_tk ::Settings>& settings)
49+ const std::shared_ptr<ftk ::Context>& context,
50+ const std::shared_ptr<ftk ::Settings>& settings)
5151 {
5252 auto out = std::shared_ptr<BMDDevicesModel>(new BMDDevicesModel);
5353 out->_init (context, settings);
0 commit comments