diff options
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); } |