diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:18:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:18:57 -0600 |
commit | 752274609034af8c68c46d19bed586ea6ae348b8 (patch) | |
tree | e8e76ca1acfa09d45f399a88cb3ada51992ae574 /sip | |
parent | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff) | |
download | pytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip |
Fix retquire
Diffstat (limited to 'sip')
-rw-r--r-- | sip/qt/qmemarray.sip | 2 | ||||
-rw-r--r-- | sip/qt/qnamespace.sip | 2 | ||||
-rw-r--r-- | sip/qt/qobject.sip | 2 | ||||
-rw-r--r-- | sip/qt/qsemaphore.sip | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sip/qt/qmemarray.sip b/sip/qt/qmemarray.sip index 04a174e..a73b524 100644 --- a/sip/qt/qmemarray.sip +++ b/sip/qt/qmemarray.sip @@ -124,7 +124,7 @@ template<TYPE> %End %ConvertToTypeCode - // Check the type if that is all that is retquired. + // Check the type if that is all that is required. if (sipIsErr == NULL) { if (!PyList_Check(sipPy)) diff --git a/sip/qt/qnamespace.sip b/sip/qt/qnamespace.sip index 7bd009c..be20dc2 100644 --- a/sip/qt/qnamespace.sip +++ b/sip/qt/qnamespace.sip @@ -135,7 +135,7 @@ public: typedef uint WState; // WidgetState isn't part of the public API but is used in code - // generated by uic/pyuic, so we implement the minimum retquired. + // generated by uic/pyuic, so we implement the minimum required. enum WidgetState { WState_Polished }; diff --git a/sip/qt/qobject.sip b/sip/qt/qobject.sip index c0bc703..d4daa63 100644 --- a/sip/qt/qobject.sip +++ b/sip/qt/qobject.sip @@ -1344,7 +1344,7 @@ struct pyqt3SlotConnection // This class is used as a slot on behalf of connections to a Python callable. // It is derived from TQObject but is not run through moc. Instead the normal // moc-generated methods are handwritten in order to implement a universal -// slot. This retquires some knowledge of the internal implementation of +// slot. This requires some knowledge of the internal implementation of // signals and slots but it is likely that they will only change between major // TQt versions. class UniversalSlot : public TQObject diff --git a/sip/qt/qsemaphore.sip b/sip/qt/qsemaphore.sip index faef77e..e6c4fa8 100644 --- a/sip/qt/qsemaphore.sip +++ b/sip/qt/qsemaphore.sip @@ -24,7 +24,7 @@ <Sect2><Title>TQSemaphore (TQt v2.2+)</Title> <Para> <Literal>TQSemaphore</Literal> is fully implemented. The <Literal>+=</Literal> -and <Literal>-=</Literal> operators have also been implemented, but retquire +and <Literal>-=</Literal> operators have also been implemented, but require Python v2.0 or later. </Para> </Sect2> |