aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/threads/thread_signals.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/threads/thread_signals.py')
-rw-r--r--examples/widgets/threads/thread_signals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/threads/thread_signals.py b/examples/widgets/threads/thread_signals.py
index d63040491..6a3b0ee08 100644
--- a/examples/widgets/threads/thread_signals.py
+++ b/examples/widgets/threads/thread_signals.py
@@ -40,8 +40,8 @@
#############################################################################
import sys
-from PySide2.QtCore import QObject, QThread, Signal, Slot
-from PySide2.QtWidgets import QApplication, QPushButton, QVBoxLayout, QWidget
+from PySide6.QtCore import QObject, QThread, Signal, Slot
+from PySide6.QtWidgets import QApplication, QPushButton, QVBoxLayout, QWidget
# Create a basic window with a layout and a button