aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/standalone/dialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/standalone/dialog.py')
-rw-r--r--examples/webchannel/standalone/dialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webchannel/standalone/dialog.py b/examples/webchannel/standalone/dialog.py
index 45951deb9..5e8acb908 100644
--- a/examples/webchannel/standalone/dialog.py
+++ b/examples/webchannel/standalone/dialog.py
@@ -40,8 +40,8 @@
#############################################################################
-from PySide2.QtCore import Signal, Slot
-from PySide2.QtWidgets import QDialog
+from PySide6.QtCore import Signal, Slot
+from PySide6.QtWidgets import QDialog
from ui_dialog import Ui_Dialog