aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/users.cpp')
-rw-r--r--lib/csapi/users.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csapi/users.cpp b/lib/csapi/users.cpp
index 39b05a77..77c297dd 100644
--- a/lib/csapi/users.cpp
+++ b/lib/csapi/users.cpp
@@ -8,12 +8,12 @@
#include <QtCore/QStringBuilder>
-using namespace QMatrixClient;
+using namespace Quotient;
static const auto basePath = QStringLiteral("/_matrix/client/r0");
// Converters
-namespace QMatrixClient
+namespace Quotient
{
template <>
@@ -28,7 +28,7 @@ struct JsonObjectConverter<SearchUserDirectoryJob::User>
}
};
-} // namespace QMatrixClient
+} // namespace Quotient
class SearchUserDirectoryJob::Private
{