summaryrefslogtreecommitdiffstats
path: root/src/network/ntqhttp.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
commit6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch)
tree7c336cbed3a93807a34cd4df39b2f92a7d48a141 /src/network/ntqhttp.h
parentf27c2533f735d53c6b555f387c6390c0690cc246 (diff)
downloadtqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz
tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip
Automated update from Qt3
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;