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/richtext-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/richtext-example.html') diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index 119aaa472..e7f0867f3 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -65,7 +65,7 @@ public: protected: TQTextView *view; - TQPushButton *bClose, *bNext, *bPrev; + TQPushButton *bClose, *bNext, *bPrev; int num; protected slots: @@ -93,7 +93,7 @@ protected slots: #include <ntqhbox.h> #include <ntqhbox.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqtextview.h> #include <tqbrush.h> #include <ntqapplication.h> @@ -176,9 +176,9 @@ static const char* sayings[] = { TQHBox *buttons = new TQHBox( this ); buttons->setMargin( 5 ); - bClose = new TQPushButton( "&Close", buttons ); - bPrev = new TQPushButton( "<< &Prev", buttons ); - bNext = new TQPushButton( "&Next >>", buttons ); + bClose = new TQPushButton( "&Close", buttons ); + bPrev = new TQPushButton( "<< &Prev", buttons ); + bNext = new TQPushButton( "&Next >>", buttons ); bPrev->setEnabled( FALSE ); -- cgit v1.2.3