aboutsummaryrefslogtreecommitdiff
path: root/lib/ssosession.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssosession.h')
-rw-r--r--lib/ssosession.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssosession.h b/lib/ssosession.h
index af20c075..5845cd4d 100644
--- a/lib/ssosession.h
+++ b/lib/ssosession.h
@@ -8,7 +8,7 @@
class QTcpServer;
class QTcpSocket;
-namespace QMatrixClient {
+namespace Quotient {
class Connection;
/*! Single sign-on (SSO) session encapsulation
@@ -41,4 +41,4 @@ private:
class Private;
std::unique_ptr<Private> d;
};
-} // namespace QMatrixClient
+} // namespace Quotient