diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tabdialog-example.html | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tabdialog-example.html')
-rw-r--r-- | doc/html/tabdialog-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tabdialog-example.html b/doc/html/tabdialog-example.html index d3509f6e6..42bed6baa 100644 --- a/doc/html/tabdialog-example.html +++ b/doc/html/tabdialog-example.html @@ -90,7 +90,7 @@ protected: #include "tabdialog.h" -#include <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> @@ -111,7 +111,7 @@ protected: void <a name="f201"></a>TabDialog::setupTab1() { - <a href="ntqvbox.html">TQVBox</a> *tab1 = new <a href="ntqvbox.html">TQVBox</a>( this ); + <a href="tqvbox.html">TQVBox</a> *tab1 = new <a href="tqvbox.html">TQVBox</a>( this ); <a name="x53"></a> tab1-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( "Filename:", tab1 ); @@ -140,7 +140,7 @@ void <a name="f201"></a>TabDialog::setupTab1() void <a name="f202"></a>TabDialog::setupTab2() { - <a href="ntqvbox.html">TQVBox</a> *tab2 = new <a href="ntqvbox.html">TQVBox</a>( this ); + <a href="tqvbox.html">TQVBox</a> *tab2 = new <a href="tqvbox.html">TQVBox</a>( this ); tab2-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); <a href="tqbuttongroup.html">TQButtonGroup</a> *bg = new <a href="tqbuttongroup.html">TQButtonGroup</a>( 1, TQGroupBox::Horizontal, "Permissions", tab2 ); @@ -172,9 +172,9 @@ void <a name="f202"></a>TabDialog::setupTab2() void <a name="f203"></a>TabDialog::setupTab3() { - <a href="ntqvbox.html">TQVBox</a> *tab3 = new <a href="ntqvbox.html">TQVBox</a>( this ); + <a href="tqvbox.html">TQVBox</a> *tab3 = new <a href="tqvbox.html">TQVBox</a>( this ); tab3-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); -<a name="x54"></a> tab3-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); +<a name="x54"></a> tab3-><a href="tqhbox.html#setSpacing">setSpacing</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( TQString( "Open %1 with:" ).arg( filename ), tab3 ); |