aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface/example_5_rpcInterface.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-12-13 08:44:59 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-12-13 08:44:59 +0000
commitc042dd9068d34f35735dde83c838252181feecc3 (patch)
tree8fb9d5155fae0f65d4ebce97430dce9bf4deb4d4 /examples/example_5_rpcInterface/example_5_rpcInterface.pro
parentcfa0d6fa0dbcad3da7a366071f7037ae2f1210ed (diff)
downloadqxmpp-c042dd9068d34f35735dde83c838252181feecc3.tar.gz
remove references to rpcClient.(cpp|h)
Diffstat (limited to 'examples/example_5_rpcInterface/example_5_rpcInterface.pro')
-rw-r--r--examples/example_5_rpcInterface/example_5_rpcInterface.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/example_5_rpcInterface/example_5_rpcInterface.pro b/examples/example_5_rpcInterface/example_5_rpcInterface.pro
index 65b8f137..ab50fdfd 100644
--- a/examples/example_5_rpcInterface/example_5_rpcInterface.pro
+++ b/examples/example_5_rpcInterface/example_5_rpcInterface.pro
@@ -3,10 +3,8 @@ include(../examples.pri)
TARGET = example_5_rpcInterface
SOURCES += main.cpp \
- rpcClient.cpp \
remoteinterface.cpp
-HEADERS += rpcClient.h \
- remoteinterface.h
+HEADERS += remoteinterface.h
OTHER_FILES += README