summaryrefslogtreecommitdiffstats
path: root/examples/demos/stocqt/content/StockChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/stocqt/content/StockChart.qml')
-rw-r--r--examples/demos/stocqt/content/StockChart.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/stocqt/content/StockChart.qml b/examples/demos/stocqt/content/StockChart.qml
index 2c971b943..5492eb17f 100644
--- a/examples/demos/stocqt/content/StockChart.qml
+++ b/examples/demos/stocqt/content/StockChart.qml
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQuick 6.5
import custom.StockEngine
-import QtGraphs3D
+import QtGraphs
import QtQuick.Layouts
import custom.TimeFormatter