aboutsummaryrefslogtreecommitdiff
path: root/lib/events/callhangupevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/callhangupevent.cpp')
-rw-r--r--lib/events/callhangupevent.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/events/callhangupevent.cpp b/lib/events/callhangupevent.cpp
index b1154806..d41849c3 100644
--- a/lib/events/callhangupevent.cpp
+++ b/lib/events/callhangupevent.cpp
@@ -13,13 +13,12 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "callhangupevent.h"
#include "event.h"
-
#include "logging.h"
#include <QtCore/QJsonDocument>
@@ -40,8 +39,7 @@ m.call.hangup
}
*/
-using namespace QMatrixClient;
-
+using namespace Quotient;
CallHangupEvent::CallHangupEvent(const QJsonObject& obj)
: CallEventBase(typeId(), obj)
@@ -51,4 +49,4 @@ CallHangupEvent::CallHangupEvent(const QJsonObject& obj)
CallHangupEvent::CallHangupEvent(const QString& callId)
: CallEventBase(typeId(), matrixTypeId(), callId, 0)
-{ }
+{}