summaryrefslogtreecommitdiff
path: root/examples/ivicore/qface-ivi-remote/server_qtro/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ivicore/qface-ivi-remote/server_qtro/main.cpp')
-rw-r--r--examples/ivicore/qface-ivi-remote/server_qtro/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ivicore/qface-ivi-remote/server_qtro/main.cpp b/examples/ivicore/qface-ivi-remote/server_qtro/main.cpp
index bd91c34..48fa0c3 100644
--- a/examples/ivicore/qface-ivi-remote/server_qtro/main.cpp
+++ b/examples/ivicore/qface-ivi-remote/server_qtro/main.cpp
@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
QCoreApplication app(argc, argv);
ProcessingService service;
- Core::instance()->host()->enableRemoting(&service,QStringLiteral("Example.IVI.Remote.ProcessingService"));
+ Core::instance()->host()->enableRemoting(&service,QStringLiteral("Example.IVI.RemoteModule.ProcessingService"));
return app.exec();
}