diff options
Diffstat (limited to 'doc/html/distributor-example.html')
-rw-r--r-- | doc/html/distributor-example.html | 8 |
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 <<a href="qlineedit-h.html">ntqlineedit.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> -#include <<a href="qtimer-h.html">ntqtimer.h</a>> +#include <<a href="tqtimer-h.html">tqtimer.h</a>> 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()->setAutoDefault( FALSE ); backButton()->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>() && fileinfo.<a href="ntqfileinfo.html#exists">exists</a>() && <a name="x2665"></a><a name="x2663"></a> fileinfo.<a href="ntqfileinfo.html#isReadable">isReadable</a>() && fileinfo.<a href="ntqfileinfo.html#isWritable">isWritable</a>() && <a name="x2664"></a><a name="x2662"></a> fileinfo.<a href="ntqfileinfo.html#isFile">isFile</a>() && !fileinfo.<a href="ntqfileinfo.html#isSymLink">isSymLink</a>() ) -<a name="x2671"></a> timer-><a href="ntqtimer.html#start">start</a>( 500, TRUE ); +<a name="x2671"></a> timer-><a href="tqtimer.html#start">start</a>( 500, TRUE ); } void Distributor::browseLibFilename() |