From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/scrollview-example.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/scrollview-example.html') diff --git a/doc/html/scrollview-example.html b/doc/html/scrollview-example.html index 40bbb06f9..f20982e91 100644 --- a/doc/html/scrollview-example.html +++ b/doc/html/scrollview-example.html @@ -136,7 +136,7 @@ public: int x, y; viewportToContents( e->x(), e->y(), x, y ); dragging = new TQMultiLineEdit(viewport(),"Another"); - dragging->setText("Thanks!"); + dragging->setText("Thanks!"); dragging->resize(100,100); addChild(dragging, x, y); showChild(dragging); @@ -158,7 +158,7 @@ public: int h = my - cy + 1; TQString msg; msg.sprintf("at (%d,%d) %d by %d",cx,cy,w,h); - dragging->setText(msg); + dragging->setText(msg); dragging->resize(w,h); } } @@ -280,7 +280,7 @@ public: srand(1); for (int i=0; i<30; i++) { TQMultiLineEdit *l = new TQMultiLineEdit(vp->viewport(),"First"); - l->setText("Drag out more of these."); + l->setText("Drag out more of these."); l->resize(100,100); vp->addChild(l, rand()%800, rand()%10000); } -- cgit v1.2.3