diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example_5_rpcInterface/remoteinterface.h | 2 | ||||
| -rw-r--r-- | examples/example_6_rpcClient/rpcClient.cpp | 1 |
2 files changed, 1 insertions, 2 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 { diff --git a/examples/example_6_rpcClient/rpcClient.cpp b/examples/example_6_rpcClient/rpcClient.cpp index 98e72944..6b7377ec 100644 --- a/examples/example_6_rpcClient/rpcClient.cpp +++ b/examples/example_6_rpcClient/rpcClient.cpp @@ -25,7 +25,6 @@ #include <QDebug> #include <QTimer> -#include "QXmppRemoteMethod.h" #include "QXmppRpcManager.h" #include "QXmppUtils.h" |
