From fb6884ead2891c09ee54fca2d753fb8d34359e28 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Jul 2023 17:22:13 +0900 Subject: Drop compatibility code for TQPalette Signed-off-by: Michele Calgaro --- doc/html/porting.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index 5629a1983..ee8cb52b4 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -257,6 +257,8 @@ have been changed:
  • TQMenuBar::setWindowsAltMode()
  • TQObject::initMetaObject()
  • TQPainter::drawQuadBezier() +
  • TQPalette::normal(). Use TQPalette::active instead. +
  • TQPalette::setNormal(). Use TQPalette::setActive instead.
  • TQPointArray::quadBezier()
  • TQRegExp::find()
  • TQSpinBox::downButton() @@ -355,7 +357,6 @@ new code.
  • TQMessageBox::message( const TQString & caption, const TQString & text, const TQString & buttonText = TQString::null, TQWidget *parent = 0, const char *= 0 )
  • TQMessageBox::query( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget *parent = 0, const char *= 0 )
  • TQMessageBox::standardIcon( Icon icon, GUIStyle style ) -
  • TQPalette::normal()
  • 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 ) -- cgit v1.2.3