diff options
author | Darrell Anderson <[email protected]> | 2012-06-18 17:34:03 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-18 17:34:03 -0500 |
commit | 2356bc27fe84083df50c0636bfa5d0fe89c24fd9 (patch) | |
tree | f8879b09a5a8312cf18dfc90da1af089ae3e7319 /src/qcaprovider.h | |
parent | c539cec8218123489bb88fca3252e3a7f546de33 (diff) | |
download | tqca-2356bc27fe84083df50c0636bfa5d0fe89c24fd9.tar.gz tqca-2356bc27fe84083df50c0636bfa5d0fe89c24fd9.zip |
Fix FTBFS related to recently added tqtinterface defines.
Diffstat (limited to 'src/qcaprovider.h')
-rw-r--r-- | src/qcaprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcaprovider.h b/src/qcaprovider.h index 1b8277b..198b606 100644 --- a/src/qcaprovider.h +++ b/src/qcaprovider.h @@ -141,7 +141,7 @@ public: struct TQCA_SASLHostPort { TQHostAddress addr; - Q_UINT16 port; + TQ_UINT16 port; }; struct TQCA_SASLNeedParams |