summaryrefslogtreecommitdiffstats
path: root/src/network/ntqftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ntqftp.h')
-rw-r--r--src/network/ntqftp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/network/ntqftp.h b/src/network/ntqftp.h
index af4036fb..e68867ad 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;