aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorial/t4.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/t4.py')
-rw-r--r--examples/tutorial/t4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tutorial/t4.py b/examples/tutorial/t4.py
index c88943c98..4c30dfcbb 100644
--- a/examples/tutorial/t4.py
+++ b/examples/tutorial/t4.py
@@ -39,11 +39,11 @@
##
#############################################################################
-# PySide2 tutorial 4
+# PySide6 tutorial 4
import sys
-from PySide2 import QtCore, QtGui, QtWidgets
+from PySide6 import QtCore, QtGui, QtWidgets
class MyWidget(QtWidgets.QWidget):