diff options
author | Slávek Banko <[email protected]> | 2015-06-26 13:06:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-06-26 13:30:27 +0200 |
commit | 6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316 (patch) | |
tree | e1011946646ff88f10c2c5b8a83e4292b700f5f7 /kopete/protocols/groupwise/libgroupwise/qcatlshandler.h | |
parent | 86e9e2420c147bf64ae64aafd2e75576dc40e7b6 (diff) | |
download | tdenetwork-6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316.tar.gz tdenetwork-6b20cfb7f0dd4ef7bcdf7b39170bd52c59412316.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ec6378cdd8ea847ecdd81f8976b5adf2551cef56)
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/qcatlshandler.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/qcatlshandler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h b/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h index 1680a484..f83b01bb 100644 --- a/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h +++ b/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h @@ -23,7 +23,9 @@ //#include <tqtimer.h> #include "tlshandler.h" -class TQCA::TLS; +namespace TQCA { + class TLS; +} class TQCATLSHandler : public TLSHandler { |