diff options
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 |