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/qwindowdefs.sip | |
| parent | f09a033f218e0ec0490991ee974f5e932ed11583 (diff) | |
| download | pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.tar.gz pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.zip | |
Update integer/long type names
Diffstat (limited to 'sip/qt/qwindowdefs.sip')
| -rw-r--r-- | sip/qt/qwindowdefs.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/qt/qwindowdefs.sip b/sip/qt/qwindowdefs.sip index 1df6288..d694279 100644 --- a/sip/qt/qwindowdefs.sip +++ b/sip/qt/qwindowdefs.sip @@ -48,7 +48,7 @@ const int TQCOORD_MAX; %End %If (TQt_2_00 -) -typedef Q_INT32 TQCOORD; +typedef TQ_INT32 TQCOORD; const TQCOORD TQCOORD_MIN; const TQCOORD TQCOORD_MAX; |
