aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/definitions/wellknown
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/definitions/wellknown')
-rw-r--r--lib/csapi/definitions/wellknown/full.cpp2
-rw-r--r--lib/csapi/definitions/wellknown/full.h4
-rw-r--r--lib/csapi/definitions/wellknown/homeserver.cpp2
-rw-r--r--lib/csapi/definitions/wellknown/homeserver.h4
-rw-r--r--lib/csapi/definitions/wellknown/identity_server.cpp2
-rw-r--r--lib/csapi/definitions/wellknown/identity_server.h4
6 files changed, 9 insertions, 9 deletions
diff --git a/lib/csapi/definitions/wellknown/full.cpp b/lib/csapi/definitions/wellknown/full.cpp
index 34d3bfbe..595db0e5 100644
--- a/lib/csapi/definitions/wellknown/full.cpp
+++ b/lib/csapi/definitions/wellknown/full.cpp
@@ -4,7 +4,7 @@
#include "full.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<DiscoveryInformation>::dumpTo(
QJsonObject& jo, const DiscoveryInformation& pod)
diff --git a/lib/csapi/definitions/wellknown/full.h b/lib/csapi/definitions/wellknown/full.h
index ddc06653..92c8afff 100644
--- a/lib/csapi/definitions/wellknown/full.h
+++ b/lib/csapi/definitions/wellknown/full.h
@@ -12,7 +12,7 @@
#include <QtCore/QHash>
#include <QtCore/QJsonObject>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -39,4 +39,4 @@ struct JsonObjectConverter<DiscoveryInformation>
static void fillFrom(QJsonObject jo, DiscoveryInformation& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/wellknown/homeserver.cpp b/lib/csapi/definitions/wellknown/homeserver.cpp
index f5746ede..7b87aa95 100644
--- a/lib/csapi/definitions/wellknown/homeserver.cpp
+++ b/lib/csapi/definitions/wellknown/homeserver.cpp
@@ -4,7 +4,7 @@
#include "homeserver.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<HomeserverInformation>::dumpTo(
QJsonObject& jo, const HomeserverInformation& pod)
diff --git a/lib/csapi/definitions/wellknown/homeserver.h b/lib/csapi/definitions/wellknown/homeserver.h
index b73cee17..606df88b 100644
--- a/lib/csapi/definitions/wellknown/homeserver.h
+++ b/lib/csapi/definitions/wellknown/homeserver.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -25,4 +25,4 @@ struct JsonObjectConverter<HomeserverInformation>
static void fillFrom(const QJsonObject& jo, HomeserverInformation& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/wellknown/identity_server.cpp b/lib/csapi/definitions/wellknown/identity_server.cpp
index 922d4665..3b2a5720 100644
--- a/lib/csapi/definitions/wellknown/identity_server.cpp
+++ b/lib/csapi/definitions/wellknown/identity_server.cpp
@@ -4,7 +4,7 @@
#include "identity_server.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<IdentityServerInformation>::dumpTo(
QJsonObject& jo, const IdentityServerInformation& pod)
diff --git a/lib/csapi/definitions/wellknown/identity_server.h b/lib/csapi/definitions/wellknown/identity_server.h
index a35644fc..b4304ef7 100644
--- a/lib/csapi/definitions/wellknown/identity_server.h
+++ b/lib/csapi/definitions/wellknown/identity_server.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -25,4 +25,4 @@ struct JsonObjectConverter<IdentityServerInformation>
static void fillFrom(const QJsonObject& jo, IdentityServerInformation& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient