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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index 0a2fde36e..431834937 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -172,7 +172,7 @@ the top of the file giving the error.
<ul>
<li> <tt>&lt;ntqcursor.h&gt;</tt>
<li> <tt>&lt;tqpainter.h&gt;</tt>
-<li> <tt>&lt;ntqpen.h&gt;</tt>
+<li> <tt>&lt;tqpen.h&gt;</tt>
<li> <tt>&lt;tqstringlist.h&gt;</tt>
<li> <tt>&lt;tqregexp.h&gt;</tt>
<li> <tt>&lt;tqstrlist.h&gt;</tt>
@@ -364,7 +364,7 @@ new code.
<li> <a href="tqregexp.html#match">TQRegExp::match</a>( const TQString &amp; 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 )
-<li> <a href="ntqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const <a href="ntqregion.html">TQRegion</a> &amp; clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> &amp; cg, const <a href="tqbrush.html">TQBrush</a> *paper = 0 ) const
+<li> <a href="ntqsimplerichtext.html#draw">TQSimpleRichText::draw</a>( <a href="tqpainter.html">TQPainter</a> *p, int x, int y, const <a href="tqregion.html">TQRegion</a> &amp; clipRegion, const <a href="tqcolorgroup.html">TQColorGroup</a> &amp; cg, const <a href="tqbrush.html">TQBrush</a> *paper = 0 ) const
<li> <a href="tqstring.html#ascii">TQString::ascii</a>() const
<li> <a href="tqstring.html#data">TQString::data</a>() const
<li> <a href="tqstring.html#setExpand">TQString::setExpand</a>( uint index, <a href="qchar.html">TQChar</a> c )
@@ -387,9 +387,9 @@ new code.
<li> <a href="tqwidget.html#backgroundPixmap">TQWidget::backgroundPixmap</a>() const
<li> <a href="tqwidget.html#iconify">TQWidget::iconify</a>()
<li> <a href="tqwidget.html#setBackgroundColor">TQWidget::setBackgroundColor</a>( const <a href="tqcolor.html">TQColor</a> &amp; c )
-<li> <a href="tqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>( const <a href="ntqpixmap.html">TQPixmap</a> &amp; pm )
+<li> <a href="tqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>( const <a href="tqpixmap.html">TQPixmap</a> &amp; pm )
<li> <a href="tqwidget.html#setFont">TQWidget::setFont</a>( const <a href="tqfont.html">TQFont</a> &amp; f, bool )
-<li> <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>( const <a href="ntqpalette.html">TQPalette</a> &amp; p, bool )
+<li> <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>( const <a href="tqpalette.html">TQPalette</a> &amp; p, bool )
<li> <a href="ntqwizard.html#setFinish">TQWizard::setFinish</a>( <a href="tqwidget.html">TQWidget</a> *, bool )
<li> <a href="tqxmlinputsource.html#TQXmlInputSource">TQXmlInputSource::TQXmlInputSource</a>( <a href="tqfile.html">TQFile</a> &amp; file )
<li> TQXmlInputSource::TQXmlInputSource( <a href="tqtextstream.html">TQTextStream</a> &amp; stream )
@@ -515,7 +515,7 @@ been renamed to TQtMultiLineEdit to avoid name clashes. If you really
need to keep compatibility with the old TQMultiLineEdit, simply include
this class in your project and rename TQMultiLineEdit to
TQtMultiLineEdit throughout.
-<p> <h2> <a href="ntqprinter.html">TQPrinter</a>
+<p> <h2> <a href="tqprinter.html">TQPrinter</a>
</h2>
<a name="16"></a><p> TQPrinter has undergone some changes, to make it more flexible and
to ensure it has the same runtime behaviour on both Unix and Windows. In 2.x,
@@ -767,14 +767,14 @@ few classes for which the AutoMask property is still the best approach
are <a href="ntqcheckbox.html">TQCheckBox</a>, <a href="ntqcombobox.html">TQComboBox</a>, <a href="ntqpushbutton.html">TQPushButton</a>, <a href="ntqradiobutton.html">TQRadioButton</a> and <a href="ntqtabwidget.html">TQTabWidget</a>.
<p> <h2> Bezier Curves
</h2>
-<a name="28"></a><p> The function names for Bezier curves in <a href="tqpainter.html">TQPainter</a> and <a href="ntqpointarray.html">TQPointArray</a> have
+<a name="28"></a><p> The function names for Bezier curves in <a href="tqpainter.html">TQPainter</a> and <a href="tqpointarray.html">TQPointArray</a> have
been corrected. They now properly reflect their cubic form instead of
a quadratic one. If you have been using either
TQPainter::drawQuadBezier() or TQPointArray::quadBezier() you must
replace these calls with
<ul>
<li> void <a href="tqpainter.html#drawCubicBezier">TQPainter::drawCubicBezier</a>( const TQPointArray &amp;, int index=0 ) and
-<li> TQPointArray <a href="ntqpointarray.html#cubicBezier">TQPointArray::cubicBezier</a>() const
+<li> TQPointArray <a href="tqpointarray.html#cubicBezier">TQPointArray::cubicBezier</a>() const
</ul>
respectively. Neither the arguments nor the resulting curve have changed.
<p> <h2> Locale-aware String Comparisons in <a href="tqiconview.html">TQIconView</a>, <a href="ntqlistbox.html">TQListBox</a>,