diff options
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 9afb769df..a2c9656a7 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -220,7 +220,7 @@ All these functions have been removed in TQt 3.x: \i TQString::visual() \i TQStyle::set...() functions \i TQStyle::drawArrow() -\i QThread::postEvent(TQObject *receiver, TQEvent *event). Use TQApplication::postEvent() instead. +\i TQThread::postEvent(TQObject *receiver, TQEvent *event). Use TQApplication::postEvent() instead. \i QToolButton::iconSet(bool on) const \i QToolButton::offIconSet() const \i QToolButton::onIconSet() const |