toxygen/toxygen/third_party/qweechat/input.py.diff

28 lines
632 B
Diff

*** 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 <http://www.gnu.org/licenses/>.
#
"""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 <http://www.gnu.org/licenses/>.
#
"""Input line for chat and debug window."""
! from PyQt5 import QtCore, QtWidgets
class InputLineEdit(QtWidgets.QLineEdit):
"""Input line."""