summaryrefslogtreecommitdiffstats
path: root/doc/html/tabdialog-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tabdialog-example.html
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-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.html10
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 &lt;<a href="qvbox-h.html">ntqvbox.h</a>&gt;
+#include &lt;<a href="tqvbox-h.html">tqvbox.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqlineedit-h.html">tqlineedit.h</a>&gt;
#include &lt;<a href="tqdatetime-h.html">tqdatetime.h</a>&gt;
@@ -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-&gt;<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-&gt;<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-&gt;<a href="tqframe.html#setMargin">setMargin</a>( 5 );
-<a name="x54"></a> tab3-&gt;<a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 );
+<a name="x54"></a> tab3-&gt;<a href="tqhbox.html#setSpacing">setSpacing</a>( 5 );
(void)new <a href="tqlabel.html">TQLabel</a>( TQString( "Open %1 with:" ).arg( filename ), tab3 );