diff --git a/examples/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml b/examples/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml index 59de7372..3570253d 100644 --- a/examples/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml +++ b/examples/graphs/3d/surfacegallery/qml/surfacegallery/SurfaceOscilloscope.qml @@ -5,7 +5,7 @@ import QtQuick import QtQuick.Controls.Basic import QtGraphs //! [0] -import SurfaceGallery +import SurfaceGalleryExample //! [0] Item { diff --git a/examples/graphs/3d/surfacegallery/surfacegallery.pro b/examples/graphs/3d/surfacegallery/surfacegallery.pro index 620bb52e..7bb34f82 100644 --- a/examples/graphs/3d/surfacegallery/surfacegallery.pro +++ b/examples/graphs/3d/surfacegallery/surfacegallery.pro @@ -3,7 +3,7 @@ } CONFIG += qmltypes -QML_IMPORT_NAME = SurfaceGallery +QML_IMPORT_NAME = SurfaceGalleryExample QML_IMPORT_MAJOR_VERSION = 1 QT += graphs