diff options
author | Slávek Banko <[email protected]> | 2020-01-06 19:41:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-02-04 18:34:36 +0100 |
commit | fa2cb167910bd9a801318b24a915733dae18c6e2 (patch) | |
tree | 674ca4e9491c089d6c189ffe2b8b50531af0035e /kopete/protocols/groupwise/libgroupwise/gwclientstream.h | |
parent | da681e86b1a185f6acb87e496d82c310095a7a6f (diff) | |
download | tdenetwork-fa2cb167910bd9a801318b24a915733dae18c6e2.tar.gz tdenetwork-fa2cb167910bd9a801318b24a915733dae18c6e2.zip |
kopete: Added ability to build with shared tqca library.
QCA files renamed to TQCA to match tqca library.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1037d386233764a3fd46c8e18699c874520d6d9e)
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/gwclientstream.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/gwclientstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h index c7166ffe..c63868f7 100644 --- a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h +++ b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h @@ -20,7 +20,7 @@ #ifndef GW_CLIENTSTREAM_H #define GW_CLIENTSTREAM_H -#include <qca.h> +#include <tqca.h> #include "gwfield.h" #include "stream.h" |