From 9492e618a7bcc0a58db039d6700b508dec2c9db3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 17:42:14 +0900 Subject: Drop compatibility code for TQThread Signed-off-by: Michele Calgaro --- doc/porting3.doc | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/porting3.doc') diff --git a/doc/porting3.doc b/doc/porting3.doc index 9102d49f7..99ab10194 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 -- cgit v1.2.1