aboutsummaryrefslogtreecommitdiff
path: root/lib/events/typingevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/typingevent.h')
-rw-r--r--lib/events/typingevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/events/typingevent.h b/lib/events/typingevent.h
index c8170865..d659c597 100644
--- a/lib/events/typingevent.h
+++ b/lib/events/typingevent.h
@@ -20,7 +20,7 @@
#include "event.h"
-namespace QMatrixClient {
+namespace Quotient {
class TypingEvent : public Event {
public:
DEFINE_EVENT_TYPEID("m.typing", TypingEvent)
@@ -34,4 +34,4 @@ private:
};
REGISTER_EVENT_TYPE(TypingEvent)
DEFINE_EVENTTYPE_ALIAS(Typing, TypingEvent)
-} // namespace QMatrixClient
+} // namespace Quotient