summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxserver-example-simple.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qaxserver-example-simple.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxserver-example-simple.html')
-rw-r--r--doc/html/qaxserver-example-simple.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qaxserver-example-simple.html b/doc/html/qaxserver-example-simple.html
index cede21a3e..39377a677 100644
--- a/doc/html/qaxserver-example-simple.html
+++ b/doc/html/qaxserver-example-simple.html
@@ -60,14 +60,14 @@ and <a href="qaxbindable.html#propertyChanged">TQAxBindable::propertyChanged</a>
edit = new <a href="ntqlineedit.html">TQLineEdit</a>( this );
<a name="x2528"></a> connect( slider, TQ_SIGNAL( <a href="ntqslider.html#valueChanged">valueChanged</a>( int ) ), this, TQ_SLOT( setValue(int) ) );
- <a name="x2523"></a> connect( edit, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="ntqstring.html">TQString</a>&amp;)), this, TQ_SLOT(setText(const <a href="ntqstring.html">TQString</a>&amp;)) );
+ <a name="x2523"></a> connect( edit, TQ_SIGNAL(<a href="ntqlineedit.html#textChanged">textChanged</a>(const <a href="tqstring.html">TQString</a>&amp;)), this, TQ_SLOT(setText(const <a href="tqstring.html">TQString</a>&amp;)) );
vbox-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( slider );
vbox-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( LCD );
vbox-&gt;<a href="qboxlayout.html#addWidget">addWidget</a>( edit );
}
- <a href="ntqstring.html">TQString</a> text() const
+ <a href="tqstring.html">TQString</a> text() const
{
<a name="x2522"></a> return edit-&gt;<a href="ntqlineedit.html#text">text</a>();
}
@@ -79,10 +79,10 @@ and <a href="qaxbindable.html#propertyChanged">TQAxBindable::propertyChanged</a>
signals:
void someSignal();
void valueChanged(int);
- void textChanged(const <a href="ntqstring.html">TQString</a>&amp;);
+ void textChanged(const <a href="tqstring.html">TQString</a>&amp;);
public slots:
- void setText( const <a href="ntqstring.html">TQString</a> &amp;string )
+ void setText( const <a href="tqstring.html">TQString</a> &amp;string )
{
if ( !requestPropertyChange( "text" ) )
return;