summaryrefslogtreecommitdiffstats
path: root/doc/html/lineedits-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/lineedits-example.html')
-rw-r--r--doc/html/lineedits-example.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html
index e796a979d..c470dabe2 100644
--- a/doc/html/lineedits-example.html
+++ b/doc/html/lineedits-example.html
@@ -95,7 +95,7 @@ protected slots:
#include &lt;<a href="qcombobox-h.html">ntqcombobox.h</a>&gt;
#include &lt;<a href="qframe-h.html">ntqframe.h</a>&gt;
#include &lt;<a href="qvalidator-h.html">ntqvalidator.h</a>&gt;
-#include &lt;<a href="qlabel-h.html">ntqlabel.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;
#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
@@ -116,7 +116,7 @@ protected slots:
<a name="x173"></a> row1-&gt;<a href="ntqlayout.html#setMargin">setMargin</a>( 5 );
// Create a Label
- <a href="ntqlabel.html">TQLabel</a>* label = new <a href="ntqlabel.html">TQLabel</a>( "Echo Mode: ", this);
+ <a href="tqlabel.html">TQLabel</a>* label = new <a href="tqlabel.html">TQLabel</a>( "Echo Mode: ", this);
<a name="x169"></a> row1-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( label );
// Create a Combobox with three items...
@@ -138,7 +138,7 @@ protected slots:
row2-&gt;<a href="ntqlayout.html#setMargin">setMargin</a>( 5 );
// and the second label
- label = new <a href="ntqlabel.html">TQLabel</a>( "Validator: ", this );
+ label = new <a href="tqlabel.html">TQLabel</a>( "Validator: ", this );
row2-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( label );
// A second Combobox with again three items...
@@ -159,7 +159,7 @@ protected slots:
row3-&gt;<a href="ntqlayout.html#setMargin">setMargin</a>( 5 );
// we need a label for this too
- label = new <a href="ntqlabel.html">TQLabel</a>( "Alignment: ", this );
+ label = new <a href="tqlabel.html">TQLabel</a>( "Alignment: ", this );
row3-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( label );
// A combo box for setting alignment
@@ -180,7 +180,7 @@ protected slots:
row4-&gt;<a href="ntqlayout.html#setMargin">setMargin</a>( 5 );
// we need a label for this too
- label = new <a href="ntqlabel.html">TQLabel</a>( "Input mask: ", this );
+ label = new <a href="tqlabel.html">TQLabel</a>( "Input mask: ", this );
row4-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( label );
// A combo box for choosing an input mask
@@ -205,7 +205,7 @@ protected slots:
row5-&gt;<a href="ntqframe.html#setMargin">setMargin</a>( 5 );
// last label
- (void)new <a href="ntqlabel.html">TQLabel</a>( "Read-Only: ", row5 );
+ (void)new <a href="tqlabel.html">TQLabel</a>( "Read-Only: ", row5 );
// A combo box for setting alignment
combo5 = new <a href="ntqcombobox.html">TQComboBox</a>( FALSE, row5 );