summaryrefslogtreecommitdiffstats
path: root/sphinx/introduction.rst
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 03:12:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 03:12:38 -0600
commit7d27356bafd5670adcc8753ab5437b3bf8ffa4be (patch)
tree959eb3757b9dc41290c81c022e45c955573e9a59 /sphinx/introduction.rst
parent6c4cc3653e8dd7668295f3e659b7eb4dc571b67c (diff)
downloadsip4-tqt-7d27356b.tar.gz
sip4-tqt-7d27356b.zip
Initial TQt conversion
Diffstat (limited to 'sphinx/introduction.rst')
-rw-r--r--sphinx/introduction.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/introduction.rst b/sphinx/introduction.rst
index 8515243..8488b6f 100644
--- a/sphinx/introduction.rst
+++ b/sphinx/introduction.rst
@@ -74,7 +74,7 @@ SIP, and the bindings it produces, have the following features:
- support for C++ exceptions and wrapping them as Python exceptions
-- the automatic generation of complementary rich comparison slots
+- the automatic generation of complementary rich comparison Q_SLOTS
- support for deprecation warnings
@@ -164,6 +164,6 @@ toolkit.
The SIP code generator understands the signal/slot type safe callback mechanism
that Qt uses to connect objects together. This allows applications to define
-new Python signals, and allows any Python callable object to be used as a slot.
+new Python Q_SIGNALS, and allows any Python callable object to be used as a slot.
SIP itself does not require Qt to be installed.