aboutsummaryrefslogtreecommitdiff
path: root/lib/events/receiptevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/receiptevent.h')
-rw-r--r--lib/events/receiptevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/events/receiptevent.h b/lib/events/receiptevent.h
index c32e0543..71cd5de0 100644
--- a/lib/events/receiptevent.h
+++ b/lib/events/receiptevent.h
@@ -23,7 +23,7 @@
#include <QtCore/QDateTime>
#include <QtCore/QVector>
-namespace QMatrixClient {
+namespace Quotient {
struct Receipt {
QString userId;
QDateTime timestamp;
@@ -49,4 +49,4 @@ private:
};
REGISTER_EVENT_TYPE(ReceiptEvent)
DEFINE_EVENTTYPE_ALIAS(Receipt, ReceiptEvent)
-} // namespace QMatrixClient
+} // namespace Quotient