From 8947d5167fbcfe50627ff194f83a22d087693df7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 1 Sep 2010 06:46:16 +0000 Subject: replace calls to setPasswd() by setPassword() --- examples/example_6_rpcClient/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example_6_rpcClient/main.cpp') diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp index ac7c4b5b..c892dd5b 100644 --- a/examples/example_6_rpcClient/main.cpp +++ b/examples/example_6_rpcClient/main.cpp @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) QXmppConfiguration config; config.setUser("client"); config.setDomain("geiseri.com"); - config.setPasswd("Passw0rd"); + config.setPassword("Passw0rd"); config.setHost("jabber.geiseri.com"); config.setUseSASLAuthentication(false); -- cgit v1.2.3