summaryrefslogtreecommitdiffstats
path: root/doc/html/_sources/introduction.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/introduction.txt')
-rw-r--r--doc/html/_sources/introduction.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/_sources/introduction.txt b/doc/html/_sources/introduction.txt
index 8488b6f..e89f48e 100644
--- a/doc/html/_sources/introduction.txt
+++ b/doc/html/_sources/introduction.txt
@@ -4,8 +4,8 @@ Introduction
This is the reference guide for SIP 4.10.5. SIP is a tool for
automatically generating `Python <http://www.python.org>`__ bindings for C and
C++ libraries. SIP was originally developed in 1998 for
-`PyQt <http://www.riverbankcomputing.com/software/pyqt>`__ - the Python
-bindings for the Qt GUI toolkit - but is suitable for generating bindings for
+`PyTQt <http://www.riverbankcomputing.com/software/pytqt>`__ - the Python
+bindings for the TQt GUI toolkit - but is suitable for generating bindings for
any C or C++ library.
This version of SIP generates bindings for Python v2.3 or later, including
@@ -156,14 +156,14 @@ SIP comprises a number of different components.
:ref:`ref-distutils`.
-Qt Support
+TQt Support
----------
SIP has specific support for the creation of bindings based on Nokia's Qt
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
+that TQt uses to connect objects together. This allows applications to define
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.
+SIP itself does not require TQt to be installed.