diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:17:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:17:40 -0500 |
commit | d554f8fec09cbdbd2029a4e41d9993328e867578 (patch) | |
tree | b2c8303288c856b4f7ba2b0bdd870a26caf6d6f0 /siplib/sip.h | |
parent | 29caa6b308905c7335c143e4f3dfcc46ab7f3633 (diff) | |
download | sip4-tqt-d554f8fec09cbdbd2029a4e41d9993328e867578.tar.gz sip4-tqt-d554f8fec09cbdbd2029a4e41d9993328e867578.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'siplib/sip.h')
-rw-r--r-- | siplib/sip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/siplib/sip.h b/siplib/sip.h index e7c5fe7..633dae7 100644 --- a/siplib/sip.h +++ b/siplib/sip.h @@ -22,7 +22,7 @@ /* - * This gets round a problem with TQt's tqmoc and Python v2.3. Strictly speaking + * This gets round a problem with TQt's moc and Python v2.3. Strictly speaking * it's a TQt problem but later versions of Python include a fix for it so we * might as well too. */ |