X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/bcea4dd1fc9c766944260d7cc4a502718f868e91..680505a9127186eb33071156cb26bf65998eb3e6:/qweechat/about.py diff --git a/qweechat/about.py b/qweechat/about.py index 077eee9..66a837c 100644 --- a/qweechat/about.py +++ b/qweechat/about.py @@ -2,7 +2,7 @@ # # about.py - about dialog box # -# Copyright (C) 2011-2016 Sébastien Helleu +# Copyright (C) 2011-2018 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -21,6 +21,7 @@ # import qt_compat + QtCore = qt_compat.import_module('QtCore') QtGui = qt_compat.import_module('QtGui')