aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 17:37:38 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 17:37:38 +0200
commit51eef84fd4104f19228ebd85fce89658b64464a2 (patch)
tree31db52023ae0a063714140897bcbbfb6010ba04a /tests
parentdb4fe78387247ff039602030d964e4c0d6e39f46 (diff)
downloadqxmpp-51eef84fd4104f19228ebd85fce89658b64464a2.tar.gz
make SASL code fully private
Diffstat (limited to 'tests')
-rw-r--r--tests/sasl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/sasl.cpp b/tests/sasl.cpp
index 0c57336b..8ea635b3 100644
--- a/tests/sasl.cpp
+++ b/tests/sasl.cpp
@@ -21,8 +21,7 @@
*
*/
-#include "QXmppSaslAuth.h"
-#include "QXmppSaslAuth_p.h"
+#include "QXmppSasl_p.h"
#include "sasl.h"
#include "tests.h"