diff options
Diffstat (limited to 'sip/qt/qobject.sip')
-rw-r--r-- | sip/qt/qobject.sip | 2 |
1 files changed, 1 insertions, 1 deletions
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 |