diff --git a/src/shared/proparser/registry_p.h b/src/shared/proparser/registry_p.h index 8defcbae959..1267bc04c5d 100644 --- a/src/shared/proparser/registry_p.h +++ b/src/shared/proparser/registry_p.h @@ -35,6 +35,8 @@ #include +QT_BEGIN_NAMESPACE + namespace QMakeInternal { /** @@ -53,3 +55,5 @@ QString qt_readRegistryKey(HKEY parentHandle, const QString &rSubkey, unsigned long options = 0); } // namespace QMakeInternal + +QT_END_NAMESPACE