From d3f27c3ee4e4c833e5f4b3a834761cf6d31aca42 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 4 May 2013 23:51:01 -0500 Subject: [PATCH] Fix inadvertent renaming. --- ChangeLog | 4 ++-- doc/PyQt.html | 2 +- doc/PyQt.sgml | 2 +- doc/qtdocs.sip | 2 +- examples3/SQL/README | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 522f510..34dd240 100644 --- a/ChangeLog +++ b/ChangeLog @@ -144,7 +144,7 @@ Released as v3.17.3. 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 @@ -2520,7 +2520,7 @@ Added support for MacOS X (untested). 2002/04/17 09:00:35 phil 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 diff --git a/doc/PyQt.html b/doc/PyQt.html index 607919d..44721e0 100644 --- a/doc/PyQt.html +++ b/doc/PyQt.html @@ -1871,7 +1871,7 @@ separate reference to the expression to prevent it from being immediately garbage collected.

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.

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. diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip index 37824da..c057544 100644 --- a/doc/qtdocs.sip +++ b/doc/qtdocs.sip @@ -1210,7 +1210,7 @@ garbage collected. 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. diff --git a/examples3/SQL/README b/examples3/SQL/README index 3272c19..862e608 100644 --- a/examples3/SQL/README +++ b/examples3/SQL/README @@ -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. 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: - Install MySQL or PostgreSQL and any development packages