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/rot-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/rot-example.html') diff --git a/doc/html/rot-example.html b/doc/html/rot-example.html index 8d283eaed..dad8dae48 100644 --- a/doc/html/rot-example.html +++ b/doc/html/rot-example.html @@ -92,7 +92,7 @@ private: #include "rot13.h" #include <ntqmultilineedit.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <ntqapplication.h> #include <ntqlayout.h> @@ -103,7 +103,7 @@ private: connect( left, TQ_SIGNAL(textChanged()), this, TQ_SLOT(changeRight()) ); connect( right, TQ_SIGNAL(textChanged()), this, TQ_SLOT(changeLeft()) ); - TQPushButton * quit = new TQPushButton( "&Quit", this ); + TQPushButton * quit = new TQPushButton( "&Quit", this ); quit->setFocusPolicy( NoFocus ); connect( quit, TQ_SIGNAL(clicked()), tqApp, TQ_SLOT(quit()) ); -- cgit v1.2.1