summaryrefslogtreecommitdiffstats
path: root/doc/html/rot-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/rot-example.html')
-rw-r--r--doc/html/rot-example.html4
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 &lt;<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>&gt;
-#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
+#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
@@ -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>( "&amp;Quit", this );
+ <a href="tqpushbutton.html">TQPushButton</a> * quit = new <a href="tqpushbutton.html">TQPushButton</a>( "&amp;Quit", this );
<a name="x1379"></a> quit-&gt;<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>()) );