Allow changing alias
diff --git a/src/addcontactpanel.h b/src/addcontactpanel.h
index f6776c0..1536464 100644
--- a/src/addcontactpanel.h
+++ b/src/addcontactpanel.h
@@ -17,6 +17,7 @@
 
 #ifndef Q_MOC_RUN
 #include "endorse-certificate.h"
+#include "profile.h"
 #include "contact-manager.h"
 #endif
 
@@ -54,11 +55,16 @@
   void
   selfEndorseCertificateFetchFailed(const ndn::Name& identity);
 
+signals:
+  void
+  newContactAdded();
+
 private:
   Ui::AddContactPanel *ui;
   ndn::Name m_searchIdentity;
   ndn::Ptr<ContactManager> m_contactManager;
   WarningDialog* m_warningDialog;
+  ndn::Ptr<EndorseCertificate> m_currentEndorseCertificate;
 };
 
 #endif // ADDCONTACTPANEL_H