From 1638609997cfef8fa1c63ba3f6ba93b9f6a4b014 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 --- examples3/SQL/connect.ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3/SQL/connect.ui.h') diff --git a/examples3/SQL/connect.ui.h b/examples3/SQL/connect.ui.h index 9d994ff..ceff8dc 100644 --- a/examples3/SQL/connect.ui.h +++ b/examples3/SQL/connect.ui.h @@ -9,7 +9,7 @@ void ConnectDialog::init() { -from qtsql import TQSqlDatabase +from python_tqt.qtsql import TQSqlDatabase #qDebug("ConnectDialog init") self.comboDriver.clear() self.comboDriver.insertStringList(TQSqlDatabase.drivers()) -- cgit v1.2.3