diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /doc/classref/glossary.html | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'doc/classref/glossary.html')
-rw-r--r-- | doc/classref/glossary.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classref/glossary.html b/doc/classref/glossary.html index 0c026cb..119301e 100644 --- a/doc/classref/glossary.html +++ b/doc/classref/glossary.html @@ -30,8 +30,8 @@ variables are <i>read only</i>. Variables that are "protected" or. <h2><a name="slots">slots</a></h2> <p> -When using Qt or KDE in C++, methods involving connections to slots -take 2 arguments: a QObject 'receiver' and a char* 'slot' name. In Python +When using TQt or KDE in C++, methods involving connections to slots +take 2 arguments: a TQObject 'receiver' and a char* 'slot' name. In Python you only need to provide a single value - the name of a Python callable method or function which will be connected to a signal. The method or function does not need to be in the class where it is reference, and does |