diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-18 17:22:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-18 17:22:13 +0900 |
commit | fb6884ead2891c09ee54fca2d753fb8d34359e28 (patch) | |
tree | 64113a31b6adecba129f83ee44f365e303d086bc /doc/html/porting.html | |
parent | 2e817b4bc176ec571d5378e0f1bd85fe95364c6f (diff) | |
download | tqt3-fb6884ead2891c09ee54fca2d753fb8d34359e28.tar.gz tqt3-fb6884ead2891c09ee54fca2d753fb8d34359e28.zip |
Drop compatibility code for TQPalette
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 3 |
1 files changed, 2 insertions, 1 deletions
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: <li> TQMenuBar::setWindowsAltMode() <li> TQObject::initMetaObject() <li> TQPainter::drawQuadBezier() +<li> TQPalette::normal(). Use TQPalette::active instead. +<li> TQPalette::setNormal(). Use TQPalette::setActive instead. <li> TQPointArray::quadBezier() <li> TQRegExp::find() <li> TQSpinBox::downButton() @@ -355,7 +357,6 @@ new code. <li> <a href="ntqmessagebox.html#message">TQMessageBox::message</a>( const <a href="ntqstring.html">TQString</a> & caption, const TQString & text, const TQString & buttonText = <a href="ntqstring.html#TQString-null">TQString::null</a>, <a href="ntqwidget.html">TQWidget</a> *parent = 0, const char *= 0 ) <li> <a href="ntqmessagebox.html#query">TQMessageBox::query</a>( const TQString & caption, const TQString & text, const TQString & yesButtonText = TQString::null, const TQString & noButtonText = TQString::null, TQWidget *parent = 0, const char *= 0 ) <li> <a href="ntqmessagebox.html#standardIcon">TQMessageBox::standardIcon</a>( Icon icon, GUIStyle style ) -<li> <a href="ntqpalette.html#normal">TQPalette::normal</a>() <li> <a href="ntqregexp.html#match">TQRegExp::match</a>( const TQString & str, int index = 0, int *len = 0, bool indexIsStart = TRUE ) const <li> <a href="ntqscrollview.html#childIsVisible">TQScrollView::childIsVisible</a>( TQWidget *child ) <li> <a href="ntqscrollview.html#showChild">TQScrollView::showChild</a>( TQWidget *child, bool show = TRUE ) |