diff options
Diffstat (limited to 'sip/qtsql/qsqlcursor.sip')
-rw-r--r-- | sip/qtsql/qsqlcursor.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qtsql/qsqlcursor.sip b/sip/qtsql/qsqlcursor.sip index ff9ec2b..f667cad 100644 --- a/sip/qtsql/qsqlcursor.sip +++ b/sip/qtsql/qsqlcursor.sip @@ -55,7 +55,7 @@ This has been renamed <Literal>execQuery</Literal> in Python. class TQSqlCursor : TQSqlRecord, TQSqlQuery { %TypeHeaderCode -#include <qsqlcursor.h> +#include <tqsqlcursor.h> %End public: |