From f2b3ea52ef97d4d6f75d60d48f98a35bc1469368 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Aug 2023 21:22:27 +0900 Subject: Drop compatibility code for TQSignal Signed-off-by: Michele Calgaro --- doc/html/porting.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index ee8cb52b4..3698b9590 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -261,6 +261,10 @@ have been changed:
  • TQPalette::setNormal(). Use TQPalette::setActive instead.
  • TQPointArray::quadBezier()
  • TQRegExp::find() +
  • TQSignal::block(bool b) +
  • TQSignal::isBlocked() const +
  • TQSignal::parameter() const. Use TQSignal::value() instead. +
  • TQSignal::setParameter(int value). Use TQSignal::setValue() instead.
  • TQSpinBox::downButton()
  • TQSpinBox::upButton()
  • TQString::basicDirection() @@ -360,10 +364,6 @@ new code.
  • TQRegExp::match( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const
  • TQScrollView::childIsVisible( TQWidget *child )
  • TQScrollView::showChild( TQWidget *child, bool show = TRUE ) -
  • TQSignal::block( bool b ) -
  • TQSignal::isBlocked() const -
  • TQSignal::parameter() const -
  • TQSignal::setParameter( int value )
  • TQSimpleRichText::draw( TQPainter *p, int x, int y, const TQRegion & clipRegion, const TQColorGroup & cg, const TQBrush *paper = 0 ) const
  • TQString::ascii() const
  • TQString::data() const -- cgit v1.2.1