diff options
Diffstat (limited to 'doc/html/tutorial1-09.html')
-rw-r--r-- | doc/html/tutorial1-09.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tutorial1-09.html b/doc/html/tutorial1-09.html index af90e0f10..65f2d73e9 100644 --- a/doc/html/tutorial1-09.html +++ b/doc/html/tutorial1-09.html @@ -113,12 +113,12 @@ this time. <pre> int main( int argc, char **argv ) { - <a name="x2347"></a> TQApplication::<a href="ntqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a name="x2347"></a> TQApplication::<a href="tqapplication.html#setColorSpec">setColorSpec</a>( TQApplication::CustomColor ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); </pre> <p> We tell TQt that we want a different color-allocation strategy for this program. There is no single correct color-allocation strategy. Because -this program uses an unusual yellow but not many colors, <tt>CustomColor</tt> is best. There are several other allocation strategies; you can read about them in the <a href="ntqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() +this program uses an unusual yellow but not many colors, <tt>CustomColor</tt> is best. There are several other allocation strategies; you can read about them in the <a href="tqapplication.html#setColorSpec">TQApplication::setColorSpec</a>() documentation. <p> Mostly you can ignore this, since the default is good. Occasionally some applications with unusual color use look bad; changing the |