summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/playground-qml/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/playground-qml/main.cpp')
-rw-r--r--examples/qt3d/playground-qml/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qt3d/playground-qml/main.cpp b/examples/qt3d/playground-qml/main.cpp
index 0bf16c79e..7e130a718 100644
--- a/examples/qt3d/playground-qml/main.cpp
+++ b/examples/qt3d/playground-qml/main.cpp
@@ -48,7 +48,7 @@
**
****************************************************************************/
-#include <qt3dquickwindow.h>
+#include <Qt3DQuickExtras/qt3dquickwindow.h>
#include <QGuiApplication>
#include <QtQml>
@@ -56,7 +56,7 @@
int main(int argc, char* argv[])
{
QGuiApplication app(argc, argv);
- Qt3DQuickWindow view;
+ Qt3DExtras::Quick::Qt3DQuickWindow view;
view.setSource(QUrl("qrc:/main.qml"));
view.show();