diff options
Diffstat (limited to 'src/network/ntqftp.h')
-rw-r--r-- | src/network/ntqftp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ntqftp.h b/src/network/ntqftp.h index af4036fb6..e68867ad0 100644 --- a/src/network/ntqftp.h +++ b/src/network/ntqftp.h @@ -102,7 +102,7 @@ public: RawCommand }; - int connectToHost( const TQString &host, Q_UINT16 port=21 ); + int connectToHost( const TQString &host, TQ_UINT16 port=21 ); int login( const TQString &user=TQString::null, const TQString &password=TQString::null ); int close(); int list( const TQString &dir=TQString::null ); @@ -117,8 +117,8 @@ public: int rawCommand( const TQString &command ); - Q_ULONG bytesAvailable() const; - Q_LONG readBlock( char *data, Q_ULONG maxlen ); + TQ_ULONG bytesAvailable() const; + TQ_LONG readBlock( char *data, TQ_ULONG maxlen ); TQByteArray readAll(); int currentId() const; |