diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 06:46:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-09-01 06:46:16 +0000 |
| commit | 8947d5167fbcfe50627ff194f83a22d087693df7 (patch) | |
| tree | 653e68c26e8592e4d0b4343e0c0f2055167498bf /examples/example_5_rpcInterface/main.cpp | |
| parent | eab5e966ef4d3ec21863b67765851105ddb15763 (diff) | |
| download | qxmpp-8947d5167fbcfe50627ff194f83a22d087693df7.tar.gz | |
replace calls to setPasswd() by setPassword()
Diffstat (limited to 'examples/example_5_rpcInterface/main.cpp')
| -rw-r--r-- | examples/example_5_rpcInterface/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_5_rpcInterface/main.cpp b/examples/example_5_rpcInterface/main.cpp index 4767275e..6955e80e 100644 --- a/examples/example_5_rpcInterface/main.cpp +++ b/examples/example_5_rpcInterface/main.cpp @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) QXmppConfiguration config; config.setUser("server"); config.setDomain("geiseri.com"); - config.setPasswd("Passw0rd"); + config.setPassword("Passw0rd"); config.setHost("jabber.geiseri.com"); config.setUseSASLAuthentication( false ); |
