diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-16 14:45:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-16 14:45:23 +0900 |
commit | c3bb88817b109cb33264b1f8946943cb5df380ca (patch) | |
tree | 86a902a1a73da529e4ebce150a5baea33f9e5e23 /doc/html/porting.html | |
parent | 9492e618a7bcc0a58db039d6700b508dec2c9db3 (diff) | |
download | tqt3-c3bb88817b109cb33264b1f8946943cb5df380ca.tar.gz tqt3-c3bb88817b109cb33264b1f8946943cb5df380ca.zip |
Drop compatibility code for TQButton
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 574d8edf2..5629a1983 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -234,6 +234,7 @@ have been changed: </h2> <a name="4-1"></a><p> All these properties have been removed in TQt 3.x: <ul> +<li> TQButton::autoResize <li> TQLineEdit::hasMarkedText. Use TQLineEdit::hasSelectedText instead. <li> TQLineEdit::markedText. Use TQLineEdit::selectedText instead. <li> TQToolButton::offIconSet. Use TQToolButton::iconSet instead. @@ -243,6 +244,8 @@ have been changed: </h2> <a name="4-2"></a><p> All these functions have been removed in TQt 3.x: <ul> +<li> TQButton::autoResize() const +<li> TQButton::setAutoResize(bool) <li> TQFont::charSet() <li> TQFont::setCharSet() <li> TQLineEdit::cursorLeft(bool mark, int steps = 1). Use TQLineEdit::cursorBackward instead. @@ -292,8 +295,6 @@ new code. <li> <a href="ntqaccel.html#keyToString">TQAccel::keyToString</a>( <a href="ntqkeysequence.html">TQKeySequence</a> k ) <li> <a href="ntqaccel.html#stringToKey">TQAccel::stringToKey</a>( const <a href="ntqstring.html">TQString</a> & s ) <li> <a href="qactiongroup.html#insert">TQActionGroup::insert</a>( <a href="ntqaction.html">TQAction</a> *a ) -<li> <a href="ntqbutton.html#autoResize">TQButton::autoResize</a>() const -<li> <a href="ntqbutton.html#setAutoResize">TQButton::setAutoResize</a>( bool ) <li> <a href="qcanvasitem.html#active">TQCanvasItem::active</a>() const <li> <a href="qcanvasitem.html#enabled">TQCanvasItem::enabled</a>() const <li> <a href="qcanvasitem.html#selected">TQCanvasItem::selected</a>() const |