summaryrefslogtreecommitdiffstats
path: root/doc/html/scrollview-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/scrollview-example.html
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt-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.html6
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-&gt;x(), e-&gt;y(), x, y );
dragging = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(viewport(),"Another");
-<a name="x657"></a> dragging-&gt;<a href="ntqtextedit.html#setText">setText</a>("Thanks!");
+<a name="x657"></a> dragging-&gt;<a href="tqtextedit.html#setText">setText</a>("Thanks!");
<a name="x650"></a> dragging-&gt;<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-&gt;<a href="ntqtextedit.html#setText">setText</a>(msg);
+ dragging-&gt;<a href="tqtextedit.html#setText">setText</a>(msg);
dragging-&gt;<a href="tqwidget.html#resize">resize</a>(w,h);
}
}
@@ -280,7 +280,7 @@ public:
srand(1);
for (int i=0; i&lt;30; i++) {
<a href="ntqmultilineedit.html">TQMultiLineEdit</a> *l = new <a href="ntqmultilineedit.html">TQMultiLineEdit</a>(vp-&gt;<a href="ntqscrollview.html#viewport">viewport</a>(),"First");
- l-&gt;<a href="ntqtextedit.html#setText">setText</a>("Drag out more of these.");
+ l-&gt;<a href="tqtextedit.html#setText">setText</a>("Drag out more of these.");
l-&gt;<a href="tqwidget.html#resize">resize</a>(100,100);
vp-&gt;<a href="ntqscrollview.html#addChild">addChild</a>(l, rand()%800, rand()%10000);
}