From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qfd-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qfd-example.html') diff --git a/doc/html/qfd-example.html b/doc/html/qfd-example.html index e4e90a68a..b4c115b68 100644 --- a/doc/html/qfd-example.html +++ b/doc/html/qfd-example.html @@ -62,7 +62,7 @@ public: TQSize sizeHint() const; signals: - void fontInformation(const TQString&); + void fontInformation(const TQString&); public slots: void setRow(int); @@ -186,7 +186,7 @@ TQSize FontRowTable::cellSize() const r < 0 ? rnegative : rpositive); } } - TQString s; + TQString s; s += ch; p.setPen(TQPen(TQt::black)); p.drawText(x,y,s); @@ -202,7 +202,7 @@ void FontRowTable::setRow(int r) TQFontMetrics fm = fontMetrics(); TQFontInfo fi = fontInfo(); - TQString str = TQString("%1 %2pt%3%4 mLB=%5 mRB=%6 mW=%7") + TQString str = TQString("%1 %2pt%3%4 mLB=%5 mRB=%6 mW=%7") .arg(fi.family()) .arg(fi.pointSize()) .arg(fi.bold() ? " bold" : "") @@ -239,8 +239,8 @@ void FontRowTable::chooseFont() connect(row,TQ_SIGNAL(valueChanged(int)),table,TQ_SLOT(setRow(int))); connect(fontbutton, TQ_SIGNAL(clicked()), table, TQ_SLOT(chooseFont())); - connect(table,TQ_SIGNAL(fontInformation(const TQString&)), - statusBar(),TQ_SLOT(message(const TQString&))); + connect(table,TQ_SIGNAL(fontInformation(const TQString&)), + statusBar(),TQ_SLOT(message(const TQString&))); table->setRow(0); setCentralWidget(table); } -- cgit v1.2.3