summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp')
-rw-r--r--tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp b/tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp
index 2a61cee97..ce4489f4b 100644
--- a/tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp
+++ b/tests/auto/core/qboundedcircularbuffer/tst_qboundedcircularbuffer.cpp
@@ -39,7 +39,7 @@
#include <Qt3DCore/private/qboundedcircularbuffer_p.h>
-using namespace Qt3D;
+using namespace Qt3DCore;
class tst_QBoundedCircularBuffer : public QObject
{