diff options
Diffstat (limited to 'lib/events/callhangupevent.cpp')
-rw-r--r-- | lib/events/callhangupevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/callhangupevent.cpp b/lib/events/callhangupevent.cpp index 2a4fd3da..d41849c3 100644 --- a/lib/events/callhangupevent.cpp +++ b/lib/events/callhangupevent.cpp @@ -39,7 +39,7 @@ m.call.hangup } */ -using namespace QMatrixClient; +using namespace Quotient; CallHangupEvent::CallHangupEvent(const QJsonObject& obj) : CallEventBase(typeId(), obj) |