summaryrefslogtreecommitdiffstats
path: root/doc/html/hello-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/hello-example.html')
-rw-r--r--doc/html/hello-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/hello-example.html b/doc/html/hello-example.html
index 0697df652..a57cd3035 100644
--- a/doc/html/hello-example.html
+++ b/doc/html/hello-example.html
@@ -87,7 +87,7 @@ private:
#include "hello.h"
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
-#include &lt;<a href="qtimer-h.html">ntqtimer.h</a>&gt;
+#include &lt;<a href="tqtimer-h.html">tqtimer.h</a>&gt;
#include &lt;<a href="qpainter-h.html">ntqpainter.h</a>&gt;
#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
@@ -99,9 +99,9 @@ private:
<a name="f473"></a>Hello::Hello( const char *text, TQWidget *parent, const char *name )
: <a href="tqwidget.html">TQWidget</a>(parent,name), t(text), b(0)
{
- <a href="ntqtimer.html">TQTimer</a> *timer = new <a href="ntqtimer.html">TQTimer</a>(this);
-<a name="x1640"></a> <a href="tqobject.html#connect">connect</a>( timer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(animate()) );
-<a name="x1639"></a> timer-&gt;<a href="ntqtimer.html#start">start</a>( 40 );
+ <a href="tqtimer.html">TQTimer</a> *timer = new <a href="tqtimer.html">TQTimer</a>(this);
+<a name="x1640"></a> <a href="tqobject.html#connect">connect</a>( timer, TQ_SIGNAL(<a href="tqtimer.html#timeout">timeout</a>()), TQ_SLOT(animate()) );
+<a name="x1639"></a> timer-&gt;<a href="tqtimer.html#start">start</a>( 40 );
<a href="tqwidget.html#resize">resize</a>( 260, 130 );
}