diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/ftpclient-example.html | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ftpclient-example.html')
| -rw-r--r-- | doc/html/ftpclient-example.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ftpclient-example.html b/doc/html/ftpclient-example.html index 9d84ada51..0296997c1 100644 --- a/doc/html/ftpclient-example.html +++ b/doc/html/ftpclient-example.html @@ -64,7 +64,7 @@ commands. The GUI parts are done in the Designer. #include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqprogressdialog-h.html">tqprogressdialog.h</a>> -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "connectdialog.h" #include "ftpviewitem.h" @@ -233,7 +233,7 @@ void FtpMainWindow::changePathOrDownload( <a href="tqlistviewitem.html">TQListVi void FtpMainWindow::ftp_commandStarted() { -<a name="x738"></a> TQApplication::<a href="ntqapplication.html#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::WaitCursor) ); +<a name="x738"></a> TQApplication::<a href="tqapplication.html#setOverrideCursor">setOverrideCursor</a>( TQCursor(TQt::WaitCursor) ); <a name="x750"></a> if ( ftp-><a href="tqftp.html#currentCommand">currentCommand</a>() == TQFtp::List ) { remoteView->clear(); if ( currentFtpDir != "/" ) @@ -243,7 +243,7 @@ void FtpMainWindow::ftp_commandStarted() void FtpMainWindow::ftp_commandFinished() { -<a name="x737"></a> TQApplication::<a href="ntqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); +<a name="x737"></a> TQApplication::<a href="tqapplication.html#restoreOverrideCursor">restoreOverrideCursor</a>(); <a name="x751"></a> delete ftp-><a href="tqftp.html#currentDevice">currentDevice</a>(); } @@ -324,19 +324,19 @@ void FtpMainWindow::ftp_rawCommandReply( int code, const <a href="tqstring.html" ** *****************************************************************************/ -#include <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "ftpmainwindow.h" int main( int argc, char **argv ) { - <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); + <a href="tqapplication.html">TQApplication</a> a( argc, argv ); FtpMainWindow m; -<a name="x779"></a> a.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &m ); +<a name="x779"></a> a.<a href="tqapplication.html#setMainWidget">setMainWidget</a>( &m ); m.show(); -<a name="x778"></a> a.<a href="ntqapplication.html#processEvents">processEvents</a>(); +<a name="x778"></a> a.<a href="tqapplication.html#processEvents">processEvents</a>(); m.connectToHost(); -<a name="x777"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); +<a name="x777"></a> return a.<a href="tqapplication.html#exec">exec</a>(); } </pre> |
