diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 17:00:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 17:00:12 -0500 |
commit | 0b4e2360e5f0c05784806f4b114fd09541092b7f (patch) | |
tree | 517a3e7e917238fd55f77b04729d04221805a616 /sip/qt/versions.sip | |
parent | f09a033f218e0ec0490991ee974f5e932ed11583 (diff) | |
download | pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.tar.gz pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.zip |
Update integer/long type names
Diffstat (limited to 'sip/qt/versions.sip')
-rw-r--r-- | sip/qt/versions.sip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/versions.sip b/sip/qt/versions.sip index 0c7a589..f47b1e0 100644 --- a/sip/qt/versions.sip +++ b/sip/qt/versions.sip @@ -83,9 +83,9 @@ %Feature TQt_WIZARD %Feature TQt_WORKSPACE -// On Windows64 Q_LONG is defined as __int64 (which SIP doesn't handle) so +// On Windows64 TQ_LONG is defined as __int64 (which SIP doesn't handle) so // this feature is disabled. -%Feature TQt_Q_LONG_IS_long +%Feature TQt_TQ_LONG_IS_long // SIP v4.7.3 and later support automatic generation of missing complementary // comparison operators. This fixes a problem with v4.7.2. |