diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-05 22:07:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-05 22:07:27 +0900 |
commit | 28273a01ca0d68b257418fb2abfe37c29ee1ba8d (patch) | |
tree | 52517a185ca6a5e65c4027c19a697044682236c8 | |
parent | f4a39d2fde3ef72e32b296fdd783b31d4abfcb76 (diff) | |
download | pytqt-28273a01ca0d68b257418fb2abfe37c29ee1ba8d.tar.gz pytqt-28273a01ca0d68b257418fb2abfe37c29ee1ba8d.zip |
Drop Qt2's TQSemiModal class.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/PyTQt.html | 14 | ||||
-rw-r--r-- | doc/PyTQt.sgml | 5 | ||||
-rw-r--r-- | doc/tqtdocs.sip | 1 |
3 files changed, 0 insertions, 20 deletions
diff --git a/doc/PyTQt.html b/doc/PyTQt.html index afde2d4..5d9b47b 100644 --- a/doc/PyTQt.html +++ b/doc/PyTQt.html @@ -7362,20 +7362,6 @@ CLASS="SECT2" ><HR><H3 CLASS="SECT2" ><A -NAME="AEN2776" ->TQSemiModal (TQt v1, v2)</A -></H3 -><P -><TT -CLASS="LITERAL" ->TQSemiModal</TT -> is fully implemented.</P -></DIV -><DIV -CLASS="SECT2" -><HR><H3 -CLASS="SECT2" -><A NAME="AEN2780" >TQSessionManager (TQt v2+)</A ></H3 diff --git a/doc/PyTQt.sgml b/doc/PyTQt.sgml index 2e26209..17a7dac 100644 --- a/doc/PyTQt.sgml +++ b/doc/PyTQt.sgml @@ -3553,11 +3553,6 @@ and <Literal>-=</Literal> operators have also been implemented, but require Python v2.0 or later. </Para> </Sect2> -<Sect2><Title>TQSemiModal (TQt v1, v2)</Title> -<Para> -<Literal>TQSemiModal</Literal> is fully implemented. -</Para> -</Sect2> <Sect2><Title>TQSessionManager (TQt v2+)</Title> <Para> <Literal>TQSessionManager</Literal> is fully implemented. diff --git a/doc/tqtdocs.sip b/doc/tqtdocs.sip index 5c8c295..ba714af 100644 --- a/doc/tqtdocs.sip +++ b/doc/tqtdocs.sip @@ -1392,7 +1392,6 @@ Classes that are not mentioned have not yet been implemented. %Include tqt/tqscrollbar.sip %Include tqt/tqscrollview.sip %Include tqt/tqsemaphore.sip -%Include tqt/tqsemimodal.sip %Include tqt/tqsessionmanager.sip %Include tqt/tqsettings.sip %Include tqt/tqsgistyle.sip |