aboutsummaryrefslogtreecommitdiff
path: root/lib/eventitem.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 23:02:17 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 23:02:17 +0900
commit01570f70926c716441cdb62928231a35af72ebc3 (patch)
tree832bbdc4c75247fb93ce18e76eed02c6674bf55c /lib/eventitem.h
parentb0f259c3aa4ca619a6998184d16f9ab2daf5b5f4 (diff)
parent38f063e75757e97bfe1fda9655ab460454ba99db (diff)
downloadlibquotient-01570f70926c716441cdb62928231a35af72ebc3.tar.gz
libquotient-01570f70926c716441cdb62928231a35af72ebc3.zip
Merge branch 'renaming'
Diffstat (limited to 'lib/eventitem.h')
-rw-r--r--lib/eventitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/eventitem.h b/lib/eventitem.h
index 68d1ae06..3a7061d3 100644
--- a/lib/eventitem.h
+++ b/lib/eventitem.h
@@ -22,7 +22,7 @@
#include <utility>
-namespace QMatrixClient {
+namespace Quotient {
class StateEventBase;
class EventStatus {
@@ -153,5 +153,5 @@ inline QDebug& operator<<(QDebug& d, const TimelineItem& ti)
d.nospace() << "(" << ti.index() << "|" << ti->id() << ")";
return d;
}
-} // namespace QMatrixClient
-Q_DECLARE_METATYPE(QMatrixClient::EventStatus)
+} // namespace Quotient
+Q_DECLARE_METATYPE(Quotient::EventStatus)