*** input.py.dst 2022-11-19 18:31:51.000000000 +0000 --- input.py 2022-11-19 18:32:41.000000000 +0000 *************** *** 20,30 **** # along with QWeeChat. If not, see . # """Input line for chat and debug window.""" ! from PySide6 import QtCore, QtWidgets class InputLineEdit(QtWidgets.QLineEdit): """Input line.""" --- 20,30 ---- # along with QWeeChat. If not, see . # """Input line for chat and debug window.""" ! from PyQt5 import QtCore, QtWidgets class InputLineEdit(QtWidgets.QLineEdit): """Input line."""