From 0f630aff5c42d03eb301cd3fc5faff80d9c3c727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Jan 2023 01:01:50 +0100 Subject: Entry step for renaming PyTQt module libraries from qt* to tqt*. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/html/_sources/c_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/_sources/c_api.txt') diff --git a/doc/html/_sources/c_api.txt b/doc/html/_sources/c_api.txt index 66e0af2..c1cb25a 100644 --- a/doc/html/_sources/c_api.txt +++ b/doc/html/_sources/c_api.txt @@ -1696,7 +1696,7 @@ name prefixed by ``sip``. For example, the derived class for class ``Klass`` is ``sipKlass``. If a C++ class doesn't have any virtual or protected methods in it or any of -it's super-class hierarchy, or does not emit any Qt Q_SIGNALS, then a derived +it's super-class hierarchy, or does not emit any TQt Q_SIGNALS, then a derived class is not generated. Most of the time handwritten code should ignore the derived classes. The only -- cgit v1.2.1