summaryrefslogtreecommitdiffstats
path: root/doc/html/designer-manual-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/designer-manual-3.html')
-rw-r--r--doc/html/designer-manual-3.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/designer-manual-3.html b/doc/html/designer-manual-3.html
index 7234bf50..257d954f 100644
--- a/doc/html/designer-manual-3.html
+++ b/doc/html/designer-manual-3.html
@@ -381,12 +381,12 @@ body { background: #ffffff; color: black; }
colorTable->setNumRows( m_colors.count() );
if ( ! m_colors.isEmpty() ) {
- <a href="ntqpixmap.html">TQPixmap</a> pixmap( 22, 22 );
+ <a href="tqpixmap.html">TQPixmap</a> pixmap( 22, 22 );
int row = 0;
TQMap&lt;TQString,TQColor&gt;::ConstIterator it;
for ( it = m_colors.constBegin(); it != m_colors.constEnd(); ++it ) {
<a href="tqcolor.html">TQColor</a> color = it.data();
- pixmap.<a href="ntqpixmap.html#fill">fill</a>( color );
+ pixmap.<a href="tqpixmap.html#fill">fill</a>( color );
colorTable-&gt;setText( row, COL_NAME, it.key() );
colorTable-&gt;setPixmap( row, COL_NAME, pixmap );
colorTable-&gt;setText( row, COL_HEX, color.<a href="tqcolor.html#name">name</a>().upper() );
@@ -446,8 +446,8 @@ body { background: #ffffff; color: black; }
<h4><a name="6-11"></a>colorSwatch()</h4>
<pre> TQPixmap MainForm::colorSwatch( const <a href="tqcolor.html">TQColor</a> color )
{
- <a href="ntqpixmap.html">TQPixmap</a> pixmap( 80, 80 );
- pixmap.<a href="ntqpixmap.html#fill">fill</a>( white );
+ <a href="tqpixmap.html">TQPixmap</a> pixmap( 80, 80 );
+ pixmap.<a href="tqpixmap.html#fill">fill</a>( white );
<a href="tqpainter.html">TQPainter</a> painter;
painter.<a href="tqpainter.html#begin">begin</a>( &amp;pixmap );
painter.<a href="tqpainter.html#setPen">setPen</a>( <a href="ntqt.html#PenStyle-enum">NoPen</a> );