summaryrefslogtreecommitdiffstats
path: root/tests/auto/behaviors/tst_q3dsbehaviors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/behaviors/tst_q3dsbehaviors.cpp')
-rw-r--r--tests/auto/behaviors/tst_q3dsbehaviors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/behaviors/tst_q3dsbehaviors.cpp b/tests/auto/behaviors/tst_q3dsbehaviors.cpp
index fdc8da5..9954c77 100644
--- a/tests/auto/behaviors/tst_q3dsbehaviors.cpp
+++ b/tests/auto/behaviors/tst_q3dsbehaviors.cpp
@@ -69,7 +69,7 @@ void tst_Q3DSBehaviors::initTestCase()
if (!isOpenGLGoodEnough())
QSKIP("This platform does not support OpenGL proper");
- QSurfaceFormat::setDefaultFormat(Q3DSEngine::surfaceFormat());
+ QSurfaceFormat::setDefaultFormat(Q3DS::surfaceFormat());
m_engine = new Q3DSEngine;
m_view = new Q3DSWindow;
m_view->setEngine(m_engine);