summaryrefslogtreecommitdiffstats
path: root/doc/html/scribble-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/scribble-example.html')
-rw-r--r--doc/html/scribble-example.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/scribble-example.html b/doc/html/scribble-example.html
index 6ea991fb2..232179dc8 100644
--- a/doc/html/scribble-example.html
+++ b/doc/html/scribble-example.html
@@ -113,7 +113,7 @@ public:
protected:
Canvas* canvas;
- <a href="ntqspinbox.html">TQSpinBox</a> *bPWidth;
+ <a href="tqspinbox.html">TQSpinBox</a> *bPWidth;
<a href="tqtoolbutton.html">TQToolButton</a> *bPColor, *bSave, *bClear;
protected slots:
@@ -146,7 +146,7 @@ protected slots:
#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
#include &lt;<a href="tqtoolbar-h.html">tqtoolbar.h</a>&gt;
#include &lt;<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>&gt;
-#include &lt;<a href="qspinbox-h.html">ntqspinbox.h</a>&gt;
+#include &lt;<a href="tqspinbox-h.html">tqspinbox.h</a>&gt;
#include &lt;<a href="tqtooltip-h.html">tqtooltip.h</a>&gt;
#include &lt;<a href="tqrect-h.html">tqrect.h</a>&gt;
#include &lt;<a href="tqpoint-h.html">tqpoint.h</a>&gt;
@@ -265,10 +265,10 @@ void <a name="f340"></a>Canvas::clearScreen()
tools-&gt;<a href="tqtoolbar.html#addSeparator">addSeparator</a>();
- bPWidth = new <a href="ntqspinbox.html">TQSpinBox</a>( 1, 20, 1, tools );
+ bPWidth = new <a href="tqspinbox.html">TQSpinBox</a>( 1, 20, 1, tools );
<a name="x945"></a> TQToolTip::<a href="tqtooltip.html#add">add</a>( bPWidth, "Choose Pen Width" );
-<a name="x939"></a> <a href="tqobject.html#connect">connect</a>( bPWidth, TQ_SIGNAL( <a href="ntqspinbox.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( slotWidth( int ) ) );
-<a name="x938"></a> bPWidth-&gt;<a href="ntqspinbox.html#setValue">setValue</a>( 3 );
+<a name="x939"></a> <a href="tqobject.html#connect">connect</a>( bPWidth, TQ_SIGNAL( <a href="tqspinbox.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( slotWidth( int ) ) );
+<a name="x938"></a> bPWidth-&gt;<a href="tqspinbox.html#setValue">setValue</a>( 3 );
tools-&gt;<a href="tqtoolbar.html#addSeparator">addSeparator</a>();