aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs/requestdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jobs/requestdata.h')
-rw-r--r--lib/jobs/requestdata.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/jobs/requestdata.h b/lib/jobs/requestdata.h
index 55987a3b..020d5ef2 100644
--- a/lib/jobs/requestdata.h
+++ b/lib/jobs/requestdata.h
@@ -26,7 +26,7 @@ class QJsonArray;
class QJsonDocument;
class QIODevice;
-namespace QMatrixClient {
+namespace Quotient {
/**
* A simple wrapper that represents the request body.
* Provides a unified interface to dump an unstructured byte stream
@@ -52,4 +52,6 @@ public:
private:
std::unique_ptr<QIODevice> _source;
};
-} // namespace QMatrixClient
+} // namespace Quotient
+/// \deprecated Use namespace Quotient instead
+namespace QMatrixClient = Quotient;