diff options
author | Timothy Pearson <[email protected]> | 2012-06-19 20:30:19 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-19 20:30:19 -0500 |
commit | ea7531c73c5d0d904177e4f46aaea4381ffaa8af (patch) | |
tree | eeb34f30c736f40e8c2caa0d18714f2b9a5bd79f /src/qcaprovider.h | |
parent | 1fcb8ace14d2e3ee6a64c9612199afdc2f752253 (diff) | |
parent | 2356bc27fe84083df50c0636bfa5d0fe89c24fd9 (diff) | |
download | tqca-r14.0.4.tar.gz tqca-r14.0.4.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqcar14.0.5r14.0.4r14.0.3r14.0.2r14.0.1r14.0.0
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 |