From 68b5e38626333b0c1c0396ef8b4b9221e425465a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 24 Nov 2012 16:19:37 +0100 Subject: Rename QCA to TQCA Fix FTBFS --- kopete/protocols/groupwise/gwaccount.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kopete/protocols/groupwise/gwaccount.h') diff --git a/kopete/protocols/groupwise/gwaccount.h b/kopete/protocols/groupwise/gwaccount.h index d7102e0b..df74cf66 100644 --- a/kopete/protocols/groupwise/gwaccount.h +++ b/kopete/protocols/groupwise/gwaccount.h @@ -41,10 +41,10 @@ class GroupWiseContact; class GroupWiseChatSession; class GroupWiseProtocol; class KNetworkConnector; -namespace QCA { +namespace TQCA { class TLS; } -class QCATLSHandler; +class TQCATLSHandler; class ClientStream; class Client; class GWContactList; @@ -328,8 +328,8 @@ private: KAction * m_actionJoinChatRoom; // Network code KNetworkConnector * m_connector; - QCA::TLS * m_QCATLS; - QCATLSHandler * m_tlsHandler; + TQCA::TLS * m_TQCATLS; + TQCATLSHandler * m_tlsHandler; ClientStream * m_clientStream; // Client, entry point of libgroupwise Client * m_client; -- cgit v1.2.1