diff options
Diffstat (limited to 'doc/html/rot-example.html')
| -rw-r--r-- | doc/html/rot-example.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index 8d283eaed..dad8dae48 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -92,7 +92,7 @@ private:  #include "rot13.h"  #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> -#include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +#include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>>  #include <<a href="qapplication-h.html">ntqapplication.h</a>>  #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -103,7 +103,7 @@ private:  <a name="x1375"></a>    <a href="tqobject.html#connect">connect</a>( left, TQ_SIGNAL(<a href="tqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeRight()) );      <a href="tqobject.html#connect">connect</a>( right, TQ_SIGNAL(<a href="tqtextedit.html#textChanged">textChanged</a>()), this, TQ_SLOT(changeLeft()) ); -    <a href="ntqpushbutton.html">TQPushButton</a> * quit = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Quit", this ); +    <a href="tqpushbutton.html">TQPushButton</a> * quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&Quit", this );  <a name="x1379"></a>    quit-><a href="tqwidget.html#setFocusPolicy">setFocusPolicy</a>( NoFocus );      <a href="tqobject.html#connect">connect</a>( quit, TQ_SIGNAL(<a href="ntqbutton.html#clicked">clicked</a>()), tqApp, TQ_SLOT(<a href="ntqapplication.html#quit">quit</a>()) ); | 
