diff options
Diffstat (limited to 'doc/html/scribble-example.html')
-rw-r--r-- | doc/html/scribble-example.html | 10 |
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 <<a href="tqpainter-h.html">tqpainter.h</a>> #include <<a href="tqtoolbar-h.html">tqtoolbar.h</a>> #include <<a href="tqtoolbutton-h.html">tqtoolbutton.h</a>> -#include <<a href="qspinbox-h.html">ntqspinbox.h</a>> +#include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqtooltip-h.html">tqtooltip.h</a>> #include <<a href="tqrect-h.html">tqrect.h</a>> #include <<a href="tqpoint-h.html">tqpoint.h</a>> @@ -265,10 +265,10 @@ void <a name="f340"></a>Canvas::clearScreen() tools-><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-><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-><a href="tqspinbox.html#setValue">setValue</a>( 3 ); tools-><a href="tqtoolbar.html#addSeparator">addSeparator</a>(); |