summaryrefslogtreecommitdiffstats
path: root/doc/html/distributor-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-27 21:53:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-29 13:21:04 +0900
commit2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch)
tree065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/distributor-example.html
parenta09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff)
downloadtqt-2cbcca0d.tar.gz
tqt-2cbcca0d.zip
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/distributor-example.html')
-rw-r--r--doc/html/distributor-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/distributor-example.html b/doc/html/distributor-example.html
index ac24caf5e..069fc25a6 100644
--- a/doc/html/distributor-example.html
+++ b/doc/html/distributor-example.html
@@ -71,13 +71,13 @@ distributed with TQt.
#include &lt;<a href="qlineedit-h.html">ntqlineedit.h</a>&gt;
#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.h</a>&gt;
#include &lt;<a href="qpushbutton-h.html">ntqpushbutton.h</a>&gt;
-#include &lt;<a href="qtimer-h.html">ntqtimer.h</a>&gt;
+#include &lt;<a href="tqtimer-h.html">tqtimer.h</a>&gt;
void Distributor::init()
{
- timer = new <a href="ntqtimer.html">TQTimer</a>( this );
-<a name="x2672"></a> connect( timer, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()), TQ_SLOT(checkLibData()) );
+ timer = new <a href="tqtimer.html">TQTimer</a>( this );
+<a name="x2672"></a> connect( timer, TQ_SIGNAL(<a href="tqtimer.html#timeout">timeout</a>()), TQ_SLOT(checkLibData()) );
cancelButton()-&gt;setAutoDefault( FALSE );
backButton()-&gt;setAutoDefault( FALSE );
@@ -142,7 +142,7 @@ void Distributor::checkLibFilename( const <a href="tqstring.html">TQString</a> &
<a name="x2661"></a> if ( ! filename.<a href="tqstring.html#isEmpty">isEmpty</a>() &amp;&amp; fileinfo.<a href="ntqfileinfo.html#exists">exists</a>() &amp;&amp;
<a name="x2665"></a><a name="x2663"></a> fileinfo.<a href="ntqfileinfo.html#isReadable">isReadable</a>() &amp;&amp; fileinfo.<a href="ntqfileinfo.html#isWritable">isWritable</a>() &amp;&amp;
<a name="x2664"></a><a name="x2662"></a> fileinfo.<a href="ntqfileinfo.html#isFile">isFile</a>() &amp;&amp; !fileinfo.<a href="ntqfileinfo.html#isSymLink">isSymLink</a>() )
-<a name="x2671"></a> timer-&gt;<a href="ntqtimer.html#start">start</a>( 500, TRUE );
+<a name="x2671"></a> timer-&gt;<a href="tqtimer.html#start">start</a>( 500, TRUE );
}
void Distributor::browseLibFilename()