diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-11 17:42:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-11 17:42:14 +0900 |
commit | 9492e618a7bcc0a58db039d6700b508dec2c9db3 (patch) | |
tree | d9e102d5ad79aaf0cb16c7c3644e38c9b7da6bc0 /doc/porting3.doc | |
parent | 979f5621d7cb2015eef214b0258dac1d6cd4c742 (diff) | |
download | tqt3-9492e618a7bcc0a58db039d6700b508dec2c9db3.tar.gz tqt3-9492e618a7bcc0a58db039d6700b508dec2c9db3.zip |
Drop compatibility code for TQThread
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 9102d49f..99ab1019 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -212,6 +212,7 @@ All these functions have been removed in TQt 3.x: \i QString::visual() \i QStyle::set...() functions \i QStyle::drawArrow() +\i QThread::postEvent(TQObject *receiver, TQEvent *event). Use TQApplication::postEvent instead. \i QToolButton::iconSet(bool on) const \i QToolButton::offIconSet() const \i QToolButton::onIconSet() const |