From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/scribble-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/scribble-example.html') 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; - TQSpinBox *bPWidth; + TQSpinBox *bPWidth; TQToolButton *bPColor, *bSave, *bClear; protected slots: @@ -146,7 +146,7 @@ protected slots: #include <tqpainter.h> #include <tqtoolbar.h> #include <tqtoolbutton.h> -#include <ntqspinbox.h> +#include <tqspinbox.h> #include <tqtooltip.h> #include <tqrect.h> #include <tqpoint.h> @@ -265,10 +265,10 @@ void Canvas::clearScreen() tools->addSeparator(); - bPWidth = new TQSpinBox( 1, 20, 1, tools ); + bPWidth = new TQSpinBox( 1, 20, 1, tools ); TQToolTip::add( bPWidth, "Choose Pen Width" ); - connect( bPWidth, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotWidth( int ) ) ); - bPWidth->setValue( 3 ); + connect( bPWidth, TQ_SIGNAL( valueChanged( int ) ), this, TQ_SLOT( slotWidth( int ) ) ); + bPWidth->setValue( 3 ); tools->addSeparator(); -- cgit v1.2.3