aboutsummaryrefslogtreecommitdiff
path: root/lib/events/roomtombstoneevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/roomtombstoneevent.h')
-rw-r--r--lib/events/roomtombstoneevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/events/roomtombstoneevent.h b/lib/events/roomtombstoneevent.h
index 95fed998..2c2f0663 100644
--- a/lib/events/roomtombstoneevent.h
+++ b/lib/events/roomtombstoneevent.h
@@ -20,7 +20,7 @@
#include "stateevent.h"
-namespace QMatrixClient {
+namespace Quotient {
class RoomTombstoneEvent : public StateEventBase {
public:
DEFINE_EVENT_TYPEID("m.room.tombstone", RoomTombstoneEvent)
@@ -34,4 +34,4 @@ public:
QString successorRoomId() const;
};
REGISTER_EVENT_TYPE(RoomTombstoneEvent)
-} // namespace QMatrixClient
+} // namespace Quotient