*** about.py.dst 2022-11-19 18:31:51.000000000 +0000 --- about.py 2022-11-19 18:32:41.000000000 +0000 *************** *** 20,30 **** # along with QWeeChat. If not, see . # """About dialog box.""" ! from PySide6 import QtCore, QtWidgets as QtGui from qweechat.version import qweechat_version class AboutDialog(QtGui.QDialog): --- 20,30 ---- # along with QWeeChat. If not, see . # """About dialog box.""" ! from PyQt5 import QtCore, QtWidgets as QtGui from qweechat.version import qweechat_version class AboutDialog(QtGui.QDialog):