summaryrefslogtreecommitdiffstats
path: root/doc/html/lineedits-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/lineedits-example.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/lineedits-example.html')
-rw-r--r--doc/html/lineedits-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html
index 08f2be656..15c3d8422 100644
--- a/doc/html/lineedits-example.html
+++ b/doc/html/lineedits-example.html
@@ -93,7 +93,7 @@ protected slots:
#include &lt;<a href="tqlineedit-h.html">tqlineedit.h</a>&gt;
#include &lt;<a href="tqcombobox-h.html">tqcombobox.h</a>&gt;
-#include &lt;<a href="qframe-h.html">ntqframe.h</a>&gt;
+#include &lt;<a href="tqframe-h.html">tqframe.h</a>&gt;
#include &lt;<a href="qvalidator-h.html">ntqvalidator.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;
@@ -108,7 +108,7 @@ protected slots:
<a name="f219"></a>LineEdits::LineEdits( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
: <a href="ntqgroupbox.html">TQGroupBox</a>( 0, Horizontal, "Line edits", parent, name )
{
- <a href="ntqframe.html#setMargin">setMargin</a>( 10 );
+ <a href="tqframe.html#setMargin">setMargin</a>( 10 );
<a href="qvboxlayout.html">TQVBoxLayout</a>* box = new <a href="qvboxlayout.html">TQVBoxLayout</a>( <a href="tqwidget.html#layout">layout</a>() );
@@ -202,7 +202,7 @@ protected slots:
// last widget used for layouting
<a href="ntqhbox.html">TQHBox</a> *row5 = new <a href="ntqhbox.html">TQHBox</a>( this );
box-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( row5 );
- row5-&gt;<a href="ntqframe.html#setMargin">setMargin</a>( 5 );
+ row5-&gt;<a href="tqframe.html#setMargin">setMargin</a>( 5 );
// last label
(void)new <a href="tqlabel.html">TQLabel</a>( "Read-Only: ", row5 );