From 2356bc27fe84083df50c0636bfa5d0fe89c24fd9 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 18 Jun 2012 17:34:03 -0500 Subject: Fix FTBFS related to recently added tqtinterface defines. --- src/qcaprovider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qcaprovider.h') 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 -- cgit v1.2.1