X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/8b36cd49b14e56cb5606ba26c15f18e3e618f066..1f27a20e9ec4818476a1ad0f4bf2dc711a2eb485:/qweechat/debug.py diff --git a/qweechat/debug.py b/qweechat/debug.py index b87633c..3261beb 100644 --- a/qweechat/debug.py +++ b/qweechat/debug.py @@ -2,7 +2,7 @@ # # debug.py - debug window # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2021 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -20,11 +20,11 @@ # along with QWeeChat. If not, see . # -import qt_compat -QtGui = qt_compat.import_module('QtGui') from chat import ChatTextEdit from input import InputLineEdit +from PySide6 import QtWidgets as QtGui + class DebugDialog(QtGui.QDialog): """Debug dialog."""