aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/keys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/keys.cpp')
-rw-r--r--lib/csapi/keys.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csapi/keys.cpp b/lib/csapi/keys.cpp
index 1752b865..cd33ad19 100644
--- a/lib/csapi/keys.cpp
+++ b/lib/csapi/keys.cpp
@@ -8,7 +8,7 @@
#include <QtCore/QStringBuilder>
-using namespace QMatrixClient;
+using namespace Quotient;
static const auto basePath = QStringLiteral("/_matrix/client/r0");
@@ -50,7 +50,7 @@ BaseJob::Status UploadKeysJob::parseJson(const QJsonDocument& data)
}
// Converters
-namespace QMatrixClient
+namespace Quotient
{
template <>
@@ -74,7 +74,7 @@ struct JsonObjectConverter<QueryKeysJob::DeviceInformation>
}
};
-} // namespace QMatrixClient
+} // namespace Quotient
class QueryKeysJob::Private
{