Fix inadvertent renaming.

pull/1/head
Darrell Anderson 11 years ago
parent 4dd3555f4b
commit d3f27c3ee4

@ -144,7 +144,7 @@ Released as v3.17.3.
2007/07/01 16:08:55 phil 2007/07/01 16:08:55 phil
Actquire the GIL before freeing a signal/slot connection. Acquire the GIL before freeing a signal/slot connection.
2007/06/13 17:33:55 phil 2007/06/13 17:33:55 phil
@ -2520,7 +2520,7 @@ Added support for MacOS X (untested).
2002/04/17 09:00:35 phil 2002/04/17 09:00:35 phil
Added the missing /TransferThis/ options from all TQCanvasItem ctors. Added the missing /TransferThis/ options from all TQCanvasItem ctors.
Fixed TQCanvasItem.setCanvas() to handle actquiring and losing a parent canvas. Fixed TQCanvasItem.setCanvas() to handle acquiring and losing a parent canvas.
2002/04/16 14:17:44 phil 2002/04/16 14:17:44 phil

@ -1871,7 +1871,7 @@ separate reference to the expression to prevent it from being immediately
garbage collected.</P garbage collected.</P
><P ><P
>TQt allows a signal to be connected to a slot that requires fewer arguments than >TQt allows a signal to be connected to a slot that requires fewer arguments than
the signal passes. The extra arguments are tquietly discarded. Python slots the signal passes. The extra arguments are quietly discarded. Python slots
can be used in the same way. </P can be used in the same way. </P
></DIV ></DIV
><DIV ><DIV

@ -1177,7 +1177,7 @@ garbage collected.
<Para> <Para>
TQt allows a signal to be connected to a slot that requires fewer arguments than TQt allows a signal to be connected to a slot that requires fewer arguments than
the signal passes. The extra arguments are tquietly discarded. Python slots the signal passes. The extra arguments are quietly discarded. Python slots
can be used in the same way. can be used in the same way.
</Para> </Para>
</Sect1> </Sect1>

@ -1210,7 +1210,7 @@ garbage collected.
<Para> <Para>
TQt allows a signal to be connected to a slot that requires fewer arguments than TQt allows a signal to be connected to a slot that requires fewer arguments than
the signal passes. The extra arguments are tquietly discarded. Python slots the signal passes. The extra arguments are quietly discarded. Python slots
can be used in the same way. can be used in the same way.
</Para> </Para>
</Sect1> </Sect1>

@ -38,7 +38,7 @@ runsqlex.py, sqlex.ui, sqlex.ui.h, connect.ui, connect.ui.h:
driven by TQSqlQuery and iterating through database tables and fields. driven by TQSqlQuery and iterating through database tables and fields.
Definitely worth a look. Definitely worth a look.
Unfortunately you will have to make sure that these preretquisites are met Unfortunately you will have to make sure that these prerequisites are met
before trying the examples: before trying the examples:
- Install MySQL or PostgreSQL and any development packages - Install MySQL or PostgreSQL and any development packages

Loading…
Cancel
Save