diff options
Diffstat (limited to 'examples/network/ftpclient/ftpmainwindow.ui.h')
| -rw-r--r-- | examples/network/ftpclient/ftpmainwindow.ui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h index 8580b7b69..7ee920758 100644 --- a/examples/network/ftpclient/ftpmainwindow.ui.h +++ b/examples/network/ftpclient/ftpmainwindow.ui.h @@ -33,7 +33,7 @@ void FtpMainWindow::init() { stateFtp = new TQLabel( tr("Unconnected"), statusBar() ); - statusBar()->addWidget( stateFtp, 0, TRUE ); + statusBar()->addWidget( stateFtp, 0, true ); ftp = new TQFtp( this ); connect( ftp, TQ_SIGNAL(commandStarted(int)), @@ -81,7 +81,7 @@ void FtpMainWindow::uploadFile() 0, this, "upload progress dialog", - TRUE ); + true ); connect( ftp, TQ_SIGNAL(dataTransferProgress(int,int)), &progress, TQ_SLOT(setProgress(int,int)) ); connect( ftp, TQ_SIGNAL(commandFinished(int,bool)), @@ -127,7 +127,7 @@ void FtpMainWindow::downloadFile() 0, this, "download progress dialog", - TRUE ); + true ); connect( ftp, TQ_SIGNAL(dataTransferProgress(int,int)), &progress, TQ_SLOT(setProgress(int,int)) ); connect( ftp, TQ_SIGNAL(commandFinished(int,bool)), |
