diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-18 00:09:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-18 00:09:52 -0500 |
commit | d1096751ddb25cdef23919c17389fc268c31edaf (patch) | |
tree | b910be3588cb706defc00c31aefa850bb2312784 /examples/network/infoprotocol/infoclient/client.h | |
parent | af8fdcf1ca7bdbda6f0c1afecd8c2d8ffa23bebb (diff) | |
parent | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff) | |
download | tqt3-d1096751ddb25cdef23919c17389fc268c31edaf.tar.gz tqt3-d1096751ddb25cdef23919c17389fc268c31edaf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'examples/network/infoprotocol/infoclient/client.h')
-rw-r--r-- | examples/network/infoprotocol/infoclient/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/infoprotocol/infoclient/client.h b/examples/network/infoprotocol/infoclient/client.h index e25906864..544d28ae7 100644 --- a/examples/network/infoprotocol/infoclient/client.h +++ b/examples/network/infoprotocol/infoclient/client.h @@ -18,7 +18,7 @@ class TQLineEdit; class TQListBox; class TQLabel; -static const Q_UINT16 infoPort = 42417; +static const TQ_UINT16 infoPort = 42417; class ClientInfo : public ClientInfoBase { |