diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/scrollview-example.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/scrollview-example.html')
-rw-r--r-- | doc/html/scrollview-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(viewport(),"Another"); -<a name="x657"></a> dragging-><a href="ntqtextedit.html#setText">setText</a>("Thanks!"); +<a name="x657"></a> dragging-><a href="tqtextedit.html#setText">setText</a>("Thanks!"); <a name="x650"></a> dragging-><a href="tqwidget.html#resize">resize</a>(100,100); addChild(dragging, x, y); showChild(dragging); @@ -158,7 +158,7 @@ public: int h = my - cy + 1; <a href="tqstring.html">TQString</a> msg; msg.<a href="tqstring.html#sprintf">sprintf</a>("at (%d,%d) %d by %d",cx,cy,w,h); - dragging-><a href="ntqtextedit.html#setText">setText</a>(msg); + dragging-><a href="tqtextedit.html#setText">setText</a>(msg); dragging-><a href="tqwidget.html#resize">resize</a>(w,h); } } @@ -280,7 +280,7 @@ public: srand(1); for (int i=0; i<30; i++) { <a href="ntqmultilineedit.html">TQMultiLineEdit</a> *l = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(vp-><a href="ntqscrollview.html#viewport">viewport</a>(),"First"); - l-><a href="ntqtextedit.html#setText">setText</a>("Drag out more of these."); + l-><a href="tqtextedit.html#setText">setText</a>("Drag out more of these."); l-><a href="tqwidget.html#resize">resize</a>(100,100); vp-><a href="ntqscrollview.html#addChild">addChild</a>(l, rand()%800, rand()%10000); } |