diff options
Diffstat (limited to 'doc/html/t8-main-cpp.html')
| -rw-r--r-- | doc/html/t8-main-cpp.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/html/t8-main-cpp.html b/doc/html/t8-main-cpp.html index af7c74b1a..ff85a584c 100644 --- a/doc/html/t8-main-cpp.html +++ b/doc/html/t8-main-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; }  **  ****************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>>  #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>>  #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>>  #include <<a href="tqfont-h.html">tqfont.h</a>> @@ -60,7 +60,7 @@ public:      <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" );      quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); -    <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); +    <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="tqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="tqapplication.html#quit">quit</a>()) );      LCDRange *angle = new LCDRange( this, "angle" );      angle->setRange( 5, 70 ); @@ -88,13 +88,13 @@ public:  int main( int argc, char **argv )  { -    <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); +    <a href="tqapplication.html">TQApplication</a> a( argc, argv );      MyWidget w;      w.<a href="tqwidget.html#setGeometry">setGeometry</a>( 100, 100, 500, 355 ); -    a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &w ); +    a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &w );      w.<a href="tqwidget.html#show">show</a>(); -    return a.<a href="ntqapplication.html#exec">exec</a>(); +    return a.<a href="tqapplication.html#exec">exec</a>();  }  </pre><!-- eof -->  <p><address><hr><div align=center> | 
