diff options
Diffstat (limited to 'python/pyqt/examples3/SQL/connect.ui.h')
-rw-r--r-- | python/pyqt/examples3/SQL/connect.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() |