summaryrefslogtreecommitdiffstats
path: root/src/network/ntqhttp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/ntqhttp.h')
-rw-r--r--src/network/ntqhttp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/network/ntqhttp.h b/src/network/ntqhttp.h
index 27849350..98d77bc8 100644
--- a/src/network/ntqhttp.h
+++ b/src/network/ntqhttp.h
@@ -173,7 +173,7 @@ class TQM_EXPORT_HTTP TQHttp : public TQNetworkProtocol
public:
TQHttp();
TQHttp( TQObject* parent, const char* name = 0 ); // ### TQt 4.0: make parent=0 and get rid of the TQHttp() constructor
- TQHttp( const TQString &hostname, Q_UINT16 port=80, TQObject* parent=0, const char* name = 0 );
+ TQHttp( const TQString &hostname, TQ_UINT16 port=80, TQObject* parent=0, const char* name = 0 );
virtual ~TQHttp();
int supportedOperations() const;
@@ -190,7 +190,7 @@ public:
Aborted
};
- int setHost(const TQString &hostname, Q_UINT16 port=80 );
+ int setHost(const TQString &hostname, TQ_UINT16 port=80 );
int get( const TQString& path, TQIODevice* to=0 );
int post( const TQString& path, TQIODevice* data, TQIODevice* to=0 );
@@ -201,8 +201,8 @@ public:
int closeConnection();
- 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;