diff options
Diffstat (limited to 'doc/html/lineedits-example.html')
-rw-r--r-- | doc/html/lineedits-example.html | 12 |
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 <<a href="qcombobox-h.html">ntqcombobox.h</a>> #include <<a href="qframe-h.html">ntqframe.h</a>> #include <<a href="qvalidator-h.html">ntqvalidator.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> @@ -116,7 +116,7 @@ protected slots: <a name="x173"></a> row1-><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-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // Create a Combobox with three items... @@ -138,7 +138,7 @@ protected slots: row2-><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-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // A second Combobox with again three items... @@ -159,7 +159,7 @@ protected slots: row3-><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-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // A combo box for setting alignment @@ -180,7 +180,7 @@ protected slots: row4-><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-><a href="qboxlayout.html#addWidget">addWidget</a>( label ); // A combo box for choosing an input mask @@ -205,7 +205,7 @@ protected slots: row5-><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 ); |