diff options
Diffstat (limited to 'doc/html/lineedits-example.html')
| -rw-r--r-- | doc/html/lineedits-example.html | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index c450cc8a7..d2f5b7434 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -127,7 +127,7 @@ protected slots:      combo1-><a href="ntqcombobox.html#insertItem">insertItem</a>( "No Echo" );      // ...and connect the activated() TQ_SIGNAL with the slotEchoChanged() TQ_SLOT to be able      // to react when an item is selected -<a name="x170"></a>    <a href="ntqobject.html#connect">connect</a>( combo1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotEchoChanged( int ) ) ); +<a name="x170"></a>    <a href="tqobject.html#connect">connect</a>( combo1, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotEchoChanged( int ) ) );      // insert the first LineEdit      lined1 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); @@ -148,7 +148,7 @@ protected slots:      combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Integer Validator" );      combo2-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Double Validator" );      // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT -    <a href="ntqobject.html#connect">connect</a>( combo2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotValidatorChanged( int ) ) ); +    <a href="tqobject.html#connect">connect</a>( combo2, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotValidatorChanged( int ) ) );      // and the second LineEdit      lined2 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); @@ -169,7 +169,7 @@ protected slots:      combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Centered" );      combo3-><a href="ntqcombobox.html#insertItem">insertItem</a>( "Right" );      // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT -    <a href="ntqobject.html#connect">connect</a>( combo3, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotAlignmentChanged( int ) ) ); +    <a href="tqobject.html#connect">connect</a>( combo3, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotAlignmentChanged( int ) ) );      // and the third lineedit      lined3 = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); @@ -192,7 +192,7 @@ protected slots:      combo4-><a href="ntqcombobox.html#insertItem">insertItem</a>( "License key" );      // ...this time we use the activated( const <a href="ntqstring.html">TQString</a> & ) signal -    <a href="ntqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), +    <a href="tqobject.html#connect">connect</a>( combo4, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ),               this, TQ_SLOT( slotInputMaskChanged( int ) ) );      // and the fourth lineedit @@ -212,7 +212,7 @@ protected slots:      combo5-><a href="ntqcombobox.html#insertItem">insertItem</a>( "False" );      combo5-><a href="ntqcombobox.html#insertItem">insertItem</a>( "True" );      // ...and again the activated() TQ_SIGNAL gets connected with a TQ_SLOT -    <a href="ntqobject.html#connect">connect</a>( combo5, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotReadOnlyChanged( int ) ) ); +    <a href="tqobject.html#connect">connect</a>( combo5, TQ_SIGNAL( <a href="ntqcombobox.html#activated">activated</a>( int ) ), this, TQ_SLOT( slotReadOnlyChanged( int ) ) );      // and the last lineedit      lined5 = new <a href="ntqlineedit.html">TQLineEdit</a>( this );  | 
