diff -r 5dc02b23752f -r 3e2da88830cd examples/network/qftp/ftpwindow.h --- a/examples/network/qftp/ftpwindow.h Tue Jul 06 15:10:48 2010 +0300 +++ b/examples/network/qftp/ftpwindow.h Wed Aug 18 10:37:55 2010 +0300 @@ -55,6 +55,7 @@ class QProgressDialog; class QPushButton; class QUrlInfo; +class QNetworkSession; QT_END_NAMESPACE class FtpWindow : public QDialog @@ -78,6 +79,7 @@ void updateDataTransferProgress(qint64 readBytes, qint64 totalBytes); void enableDownloadButton(); + void enableConnectButton(); //![0] private: @@ -98,9 +100,7 @@ QFtp *ftp; QFile *file; -#ifdef Q_OS_SYMBIAN - bool bDefaultIapSet; -#endif + QNetworkSession *networkSession; //![1] };