diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:18:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:18:57 -0600 |
commit | 752274609034af8c68c46d19bed586ea6ae348b8 (patch) | |
tree | e8e76ca1acfa09d45f399a88cb3ada51992ae574 /sip/qt/qobject.sip | |
parent | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff) | |
download | pytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip |
Fix retquire
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 |