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.html37
1 files changed, 24 insertions, 13 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index 50f7fb04..44202c10 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -64,7 +64,9 @@ you're a registered licensee.
</a>
<li><a href="#3"> Namespace
</a>
-<li><a href="#4"> Removed Functions
+<li><a href="#4-1"> Removed Properties
+</a>
+<li><a href="#4-2"> Removed Functions
</a>
<li><a href="#5"> Obsoleted Functions
</a>
@@ -228,12 +230,26 @@ have been changed:
<li> <tt>_WS_*_</tt> becomes <tt>Q_WS_*</tt>
<li> <tt>_CC_*_</tt> becomes <tt>Q_CC_*</tt>
</ul>
+<p> <h2> Removed Properties
+</h2>
+<a name="4-1"></a><p> All these properties have been removed in TQt 3.x:
+<ul>
+<li> TQLineEdit::hasMarkedText. Use TQLineEdit::hasSelectedText instead.
+<li> TQLineEdit::markedText. Use TQLineEdit::selectedText instead.
+<li> TQToolButton::offIconSet. Use TQToolButton::iconSet instead.
+<li> TQToolButton::onIconSet. Use TQToolButton::iconSet instead.
+</ul>
<p> <h2> Removed Functions
</h2>
-<a name="4"></a><p> All these functions have been removed in TQt 3.x:
+<a name="4-2"></a><p> All these functions have been removed in TQt 3.x:
<ul>
<li> TQFont::charSet()
<li> TQFont::setCharSet()
+<li> TQLineEdit::cursorLeft(bool mark, int steps = 1). Use TQLineEdit::cursorBackward instead.
+<li> TQLineEdit::cursorRight(bool mark, int steps = 1). Use TQLineEdit::cursorForward instead.
+<li> TQLineEdit::hasMarkedText() const. Use TQLineEdit::hasSelectedText instead.
+<li> TQLineEdit::markedText() const. Use TQLineEdit::selectedText instead.
+<li> TQLineEdit::repaintArea(int, int). Use TQLineEdit::update instead.
<li> TQMenuBar::setActItem()
<li> TQMenuBar::setWindowsAltMode()
<li> TQObject::initMetaObject()
@@ -246,6 +262,12 @@ have been changed:
<li> TQString::visual()
<li> TQStyle::set...() functions
<li> TQStyle::drawArrow()
+<li> TQToolButton::iconSet(bool on) const
+<li> TQToolButton::offIconSet() const
+<li> TQToolButton::onIconSet() const
+<li> TQToolButton::setIconSet(const &amp; set, bool on)
+<li> TQToolButton::setOffIconSet(const TQIconSet &amp;)
+<li> TQToolButton::setOnIconSet(const TQIconSet &amp;)
<li> TQWidget::setFontPropagation()
<li> TQWidget::setPalettePropagation()
</ul>
@@ -305,11 +327,6 @@ new code.
<li> <a href="ntqfontdatabase.html#weight">TQFontDatabase::weight</a>( const TQString &amp; family, const TQString &amp; style, const TQString &amp; ) const
<li> <a href="ntqlabel.html#autoResize">TQLabel::autoResize</a>() const
<li> <a href="ntqlabel.html#setAutoResize">TQLabel::setAutoResize</a>( bool enable )
-<li> <a href="ntqlineedit.html#cursorLeft">TQLineEdit::cursorLeft</a>( bool mark, int steps = 1 )
-<li> <a href="ntqlineedit.html#cursorRight">TQLineEdit::cursorRight</a>( bool mark, int steps = 1 )
-<li> <a href="ntqlineedit.html#hasMarkedText">TQLineEdit::hasMarkedText</a>() const
-<li> <a href="ntqlineedit.html#markedText">TQLineEdit::markedText</a>() const
-<li> <a href="ntqlineedit.html#repaintArea">TQLineEdit::repaintArea</a>( int, int )
<li> <a href="ntqlistbox.html#cellHeight">TQListBox::cellHeight</a>( int i ) const
<li> TQListBox::cellHeight() const
<li> <a href="ntqlistbox.html#cellWidth">TQListBox::cellWidth</a>() const
@@ -357,12 +374,6 @@ new code.
<li> <a href="ntqtabdialog.html#setTabEnabled">TQTabDialog::setTabEnabled</a>( const char *name, bool enable )
<li> <a href="ntqtextstream.html#TQTextStream">TQTextStream::TQTextStream</a>( TQString &amp; str, int filemode )
<li> <a href="ntqtoolbar.html#TQToolBar">TQToolBar::TQToolBar</a>( const TQString &amp; label, <a href="ntqmainwindow.html">TQMainWindow</a> *, ToolBarDock = DockTop, bool newLine = FALSE, const char *name = 0 )
-<li> TQToolButton::iconSet( bool on ) const
-<li> TQToolButton::offIconSet() const
-<li> TQToolButton::onIconSet() const
-<li> TQToolButton::setIconSet( const <a href="ntqiconset.html">TQIconSet</a> &amp; set, bool on )
-<li> TQToolButton::setOffIconSet( const TQIconSet &amp; )
-<li> TQToolButton::setOnIconSet( const TQIconSet &amp; )
<li> <a href="ntqtooltip.html#enabled">TQToolTip::enabled</a>()
<li> <a href="ntqtooltip.html#setEnabled">TQToolTip::setEnabled</a>( bool enable )
<li> <a href="ntqtranslator.html#find">TQTranslator::find</a>( const char *context, const char *sourceText, const char *comment = 0 ) const