summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r--doc/html/porting.html5
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> &amp; 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