aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_5_rpcInterface')
-rw-r--r--examples/example_5_rpcInterface/remoteinterface.h2
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
{