api-changes: Use ndn-cpp-dev
Change-Id: I4540e601106598d51601e59e5fe9524a9080a572
diff --git a/src/profileeditor.h b/src/profileeditor.h
index 0bf1b30..e36a695 100644
--- a/src/profileeditor.h
+++ b/src/profileeditor.h
@@ -28,7 +28,7 @@
Q_OBJECT
public:
- explicit ProfileEditor(ndn::ptr_lib::shared_ptr<ContactManager> contactManager,
+ explicit ProfileEditor(ndn::shared_ptr<chronos::ContactManager> contactManager,
QWidget *parent = 0);
~ProfileEditor();
@@ -57,8 +57,8 @@
private:
Ui::ProfileEditor *ui;
QSqlTableModel* m_tableModel;
- ndn::ptr_lib::shared_ptr<ContactManager> m_contactManager;
- ndn::ptr_lib::shared_ptr<ndn::KeyChain> m_keyChain;
+ ndn::shared_ptr<chronos::ContactManager> m_contactManager;
+ ndn::shared_ptr<ndn::KeyChain> m_keyChain;
ndn::Name m_currentIdentity;
};