src: rename namespace as chronochat
Change-Id: Idf390b1b2047c912735014d078ce099cf95026e6
diff --git a/src/profile-editor.hpp b/src/profile-editor.hpp
index 1dc5f5e..5323f5c 100644
--- a/src/profile-editor.hpp
+++ b/src/profile-editor.hpp
@@ -8,8 +8,8 @@
* Author: Yingdi Yu <yingdi@cs.ucla.edu>
*/
-#ifndef CHRONOS_PROFILE_EDITOR_HPP
-#define CHRONOS_PROFILE_EDITOR_HPP
+#ifndef CHRONOCHAT_PROFILE_EDITOR_HPP
+#define CHRONOCHAT_PROFILE_EDITOR_HPP
#include <QDialog>
#include <QtSql/QSqlTableModel>
@@ -21,7 +21,7 @@
class ProfileEditor;
}
-namespace chronos {
+namespace chronochat {
class ProfileEditor : public QDialog
{
@@ -59,6 +59,6 @@
QString m_identity;
};
-} // namespace chronos
+} // namespace chronochat
-#endif // CHRONOS_PROFILE_EDITOR_HPP
+#endif // CHRONOCHAT_PROFILE_EDITOR_HPP