aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/standalone/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/standalone/core.py')
-rw-r--r--examples/webchannel/standalone/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webchannel/standalone/core.py b/examples/webchannel/standalone/core.py
index 9fb056496..f6c3e8043 100644
--- a/examples/webchannel/standalone/core.py
+++ b/examples/webchannel/standalone/core.py
@@ -40,7 +40,7 @@
#############################################################################
-from PySide2.QtCore import QObject, Signal, Slot
+from PySide6.QtCore import QObject, Signal, Slot
class Core(QObject):