From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/richtext-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/richtext-example.html') diff --git a/doc/html/richtext-example.html b/doc/html/richtext-example.html index f592e46e4..119aaa472 100644 --- a/doc/html/richtext-example.html +++ b/doc/html/richtext-example.html @@ -95,7 +95,7 @@ protected slots: #include <ntqhbox.h> #include <ntqpushbutton.h> #include <tqtextview.h> -#include <ntqbrush.h> +#include <tqbrush.h> #include <ntqapplication.h> static const char* sayings[] = { @@ -163,9 +163,9 @@ static const char* sayings[] = { view = new TQTextView( this ); view->setText( "This is a <b>Test</b> with <i>italic</i> <u>stuff</u>" ); - TQBrush paper; - paper.setPixmap( TQPixmap( "../richtext/marble.png" ) ); - if ( paper.pixmap() != 0 ) + TQBrush paper; + paper.setPixmap( TQPixmap( "../richtext/marble.png" ) ); + if ( paper.pixmap() != 0 ) view->setPaper( paper ); else view->setPaper( white ); -- cgit v1.2.3