aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrolling.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/scrolling.py')
-rw-r--r--examples/declarative/scrolling.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/scrolling.py b/examples/declarative/scrolling.py
index f4b740e02..63f79a45b 100644
--- a/examples/declarative/scrolling.py
+++ b/examples/declarative/scrolling.py
@@ -41,9 +41,9 @@
import os
import sys
-from PySide2.QtCore import QUrl
-from PySide2.QtGui import QGuiApplication
-from PySide2.QtQuick import QQuickView
+from PySide6.QtCore import QUrl
+from PySide6.QtGui import QGuiApplication
+from PySide6.QtQuick import QQuickView
# This example uses a QML file to show a scrolling list containing
# all the items listed in dataList.