summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/helpers/directshowobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/directshow/helpers/directshowobject.h')
-rw-r--r--src/plugins/directshow/helpers/directshowobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/directshow/helpers/directshowobject.h b/src/plugins/directshow/helpers/directshowobject.h
index 3aba06f46..4a8938635 100644
--- a/src/plugins/directshow/helpers/directshowobject.h
+++ b/src/plugins/directshow/helpers/directshowobject.h
@@ -36,7 +36,7 @@
#include "directshowglobal.h"
-QT_USE_NAMESPACE
+QT_BEGIN_NAMESPACE
class DirectShowObject
{
@@ -71,4 +71,6 @@ public: \
return unref(); \
};
+QT_END_NAMESPACE
+
#endif // DIRECTSHOWOBJECT_H