diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/lineedits-example.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-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.html | 6 |
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 <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> -#include <<a href="qframe-h.html">ntqframe.h</a>> +#include <<a href="tqframe-h.html">tqframe.h</a>> #include <<a href="qvalidator-h.html">ntqvalidator.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -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-><a href="qboxlayout.html#addWidget">addWidget</a>( row5 ); - row5-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + row5-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); // last label (void)new <a href="tqlabel.html">TQLabel</a>( "Read-Only: ", row5 ); |