diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-13 08:40:23 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-12-13 08:40:23 +0000 |
| commit | f1a0370a0cd9c5f13293871fb7420fe20d054584 (patch) | |
| tree | 04eba2cf0df68825663bde5f06a828632809a3a4 /examples/example_5_rpcInterface/remoteinterface.h | |
| parent | fc0dd32f430a5fb7f6bcba638663cdf845a363d0 (diff) | |
| download | qxmpp-f1a0370a0cd9c5f13293871fb7420fe20d054584.tar.gz | |
don't include QXmppInvokable.h and QXmppRemoteMethod.h
Diffstat (limited to 'examples/example_5_rpcInterface/remoteinterface.h')
| -rw-r--r-- | examples/example_5_rpcInterface/remoteinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_5_rpcInterface/remoteinterface.h b/examples/example_5_rpcInterface/remoteinterface.h index 02ce72d7..cc1fb9e8 100644 --- a/examples/example_5_rpcInterface/remoteinterface.h +++ b/examples/example_5_rpcInterface/remoteinterface.h @@ -1,7 +1,7 @@ #ifndef REMOTEINTERFACE_H #define REMOTEINTERFACE_H -#include "QXmppInvokable.h" +#include "QXmppRpcManager.h" class RemoteInterface : public QXmppInvokable { |
