diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/scribble-example.html | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>(); | 
