aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/standalone/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/standalone/main.py')
-rw-r--r--examples/webchannel/standalone/main.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/webchannel/standalone/main.py b/examples/webchannel/standalone/main.py
index d3119141f..b937b6025 100644
--- a/examples/webchannel/standalone/main.py
+++ b/examples/webchannel/standalone/main.py
@@ -43,12 +43,12 @@
import os
import sys
-from PySide2.QtWidgets import QApplication
-from PySide2.QtGui import QDesktopServices
-from PySide2.QtNetwork import QHostAddress, QSslSocket
-from PySide2.QtCore import (QFile, QFileInfo, QUrl)
-from PySide2.QtWebChannel import QWebChannel
-from PySide2.QtWebSockets import QWebSocketServer
+from PySide6.QtWidgets import QApplication
+from PySide6.QtGui import QDesktopServices
+from PySide6.QtNetwork import QHostAddress, QSslSocket
+from PySide6.QtCore import (QFile, QFileInfo, QUrl)
+from PySide6.QtWebChannel import QWebChannel
+from PySide6.QtWebSockets import QWebSocketServer
from dialog import Dialog
from core import Core