aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/definitions/wellknown/homeserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/definitions/wellknown/homeserver.h')
-rw-r--r--lib/csapi/definitions/wellknown/homeserver.h4
1 files changed, 2 insertions, 2 deletions
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