summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qx509_schannel_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ssl/qx509_schannel_p.h')
-rw-r--r--src/network/ssl/qx509_schannel_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/ssl/qx509_schannel_p.h b/src/network/ssl/qx509_schannel_p.h
index 40fb292acf..3b5d567c7b 100644
--- a/src/network/ssl/qx509_schannel_p.h
+++ b/src/network/ssl/qx509_schannel_p.h
@@ -62,7 +62,7 @@
QT_BEGIN_NAMESPACE
-namespace QSsl {
+namespace QTlsPrivate {
class X509CertificateSchannel final : public X509CertificateGeneric
{
@@ -80,7 +80,7 @@ private:
Q_DISABLE_COPY_MOVE(X509CertificateSchannel);
};
-} // namespace QSsl.
+} // namespace QTlsPrivate
QT_END_NAMESPACE