From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qfd-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/qfd-example.html') diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index 45598e7a5..9690f9480 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -105,7 +105,7 @@ public: #include <tqpainter.h> #include <tqtoolbar.h> #include <tqstatusbar.h> -#include <ntqlabel.h> +#include <tqlabel.h> #include <ntqpushbutton.h> #include <tqfontdialog.h> #include <stdlib.h> @@ -165,7 +165,7 @@ TQSize FontRowTable::cellSize() const int x = i*cell.width(); int y = j*cell.height(); - TQChar ch = TQChar(j*16+i,row); + TQChar ch = TQChar(j*16+i,row); if ( fm.inFont(ch) ) { int w = fm.width(ch); @@ -232,7 +232,7 @@ void FontRowTable::chooseFont() { FontRowTable* table = new FontRowTable(this); TQToolBar* controls = new TQToolBar(this); - (void) new TQLabel(tr("Row:"), controls); + (void) new TQLabel(tr("Row:"), controls); TQSpinBox *row = new TQSpinBox(0,255,1,controls); controls->addSeparator(); TQPushButton *fontbutton = new TQPushButton(tr("Font..."), controls); -- cgit v1.2.3