summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/dependencyhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/jobs/dependencyhandler_p.h')
-rw-r--r--src/core/jobs/dependencyhandler_p.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/jobs/dependencyhandler_p.h b/src/core/jobs/dependencyhandler_p.h
index 1887cc1ea..8c0c6734e 100644
--- a/src/core/jobs/dependencyhandler_p.h
+++ b/src/core/jobs/dependencyhandler_p.h
@@ -34,8 +34,8 @@
**
****************************************************************************/
-#ifndef QT3D_DEPENDENCYHANDLER_P_H
-#define QT3D_DEPENDENCYHANDLER_P_H
+#ifndef QT3DCORE_DEPENDENCYHANDLER_P_H
+#define QT3DCORE_DEPENDENCYHANDLER_P_H
//
// W A R N I N G
@@ -55,7 +55,7 @@
QT_BEGIN_NAMESPACE
-namespace Qt3D {
+namespace Qt3DCore {
struct Dependency
{
@@ -68,12 +68,12 @@ struct Dependency
RunnableInterface *dependee;
};
-} // namespace Qt3D
+} // namespace Qt3DCore
template <>
-class QTypeInfo<Qt3D::Dependency> : public QTypeInfoMerger<Qt3D::Dependency, Qt3D::RunnableInterface *> {};
+class QTypeInfo<Qt3DCore::Dependency> : public QTypeInfoMerger<Qt3DCore::Dependency, Qt3DCore::RunnableInterface *> {};
-namespace Qt3D {
+namespace Qt3DCore {
inline bool operator==(const Dependency &left, const Dependency &right)
{
@@ -102,9 +102,9 @@ private:
QMutex *m_mutex;
};
-} // namespace Qt3D
+} // namespace Qt3DCore
QT_END_NAMESPACE
-#endif // QT3D_DEPENDENCYHANDLER_P_H
+#endif // QT3DCORE_DEPENDENCYHANDLER_P_H