From 929e8d56cb7d1ab497d8ad31ad95b37221f91dd8 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 28 Sep 2016 13:27:40 +0200 Subject: Properly import python_tqt module in scripts generated by pyuic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1638609997cfef8fa1c63ba3f6ba93b9f6a4b014) --- sip/qtxml/qtxmlmod.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sip/qtxml/qtxmlmod.sip') diff --git a/sip/qtxml/qtxmlmod.sip b/sip/qtxml/qtxmlmod.sip index 4e058d8..11c38c4 100644 --- a/sip/qtxml/qtxmlmod.sip +++ b/sip/qtxml/qtxmlmod.sip @@ -36,7 +36,7 @@ // qt module which sorts it out, but this module doesn't so we add a dummy. It // is ignored by SIP v4.x and later. %PrePythonCode -from qt import TQObject +from python_tqt.qt import TQObject %End -- cgit v1.2.3