From 752274609034af8c68c46d19bed586ea6ae348b8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:18:57 -0600 Subject: Fix retquire --- doc/PyQt.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/PyQt.sgml') diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml index 5f0d911..aa53ee4 100644 --- a/doc/PyQt.sgml +++ b/doc/PyQt.sgml @@ -44,7 +44,7 @@ and run this version of PyTQt. -PyTQt for MacOS/X retquires TQt v3.1.0 or later and Python v2.3 or later. +PyTQt for MacOS/X requires TQt v3.1.0 or later and Python v2.3 or later. @@ -147,7 +147,7 @@ The changes visible to the Python programmer in this release are as follows. -This version retquires SIP v4.4 (or later). +This version requires SIP v4.4 (or later). @@ -231,7 +231,7 @@ same XML. The Python code is self contained and can be executed immediately. It is sometimes useful to be able to include some specific Python code in the output generated by pyuic. For example, if you are using custom widgets, pyuic has no way of knowing the name of the -Python module containing the widget and so cannot generate the retquired +Python module containing the widget and so cannot generate the required import statement. To help get around this, pyuic will extract any lines entered in the Comment field of TQt Designer's @@ -1176,7 +1176,7 @@ garbage collected. -TQt allows a signal to be connected to a slot that retquires 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 can be used in the same way. @@ -3549,7 +3549,7 @@ values. (TQt v2+) TQSemaphore (TQt v2.2+) TQSemaphore is fully implemented. The += -and -= operators have also been implemented, but retquire +and -= operators have also been implemented, but require Python v2.0 or later. -- cgit v1.2.1