From 479f5f799523bffbcc83dff581a2299c047c6fff Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:44:01 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- python/pyqt/examples3/SQL/connect.ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyqt/examples3/SQL/connect.ui.h') diff --git a/python/pyqt/examples3/SQL/connect.ui.h b/python/pyqt/examples3/SQL/connect.ui.h index cbeeabdc..ee6e5a95 100644 --- a/python/pyqt/examples3/SQL/connect.ui.h +++ b/python/pyqt/examples3/SQL/connect.ui.h @@ -12,7 +12,7 @@ void ConnectDialog::init() from qtsql import QSqlDatabase #qDebug("ConnectDialog init") self.comboDriver.clear() -self.comboDriver.insertStringList(QSqlDatabase.drivers()) +self.comboDriver.insertStringList(TQSqlDatabase.drivers()) } void ConnectDialog::destroy() -- cgit v1.2.3