aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-10-14 20:34:41 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-10-14 09:43:36 -0500
commitab6daaf9fd46543fcd3fb791250e6578e2d8cc4e (patch)
treea896117fd0ec1a335f641e5379599ea672ac8532
parent9eadacd55f5f17b8464de87f2ee3b710e919ab87 (diff)
downloadphonesim-ab6daaf9fd46543fcd3fb791250e6578e2d8cc4e.tar.gz
Use org.ofono.phonesim.Script as interface name
-rw-r--r--src/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control.h b/src/control.h
index e455437..3c85e22 100644
--- a/src/control.h
+++ b/src/control.h
@@ -31,9 +31,9 @@ class Control;
class Script: public QDBusAbstractAdaptor
{
Q_OBJECT
- Q_CLASSINFO("D-Bus Interface", "org.phonesim.Script")
+ Q_CLASSINFO("D-Bus Interface", "org.ofono.phonesim.Script")
Q_CLASSINFO("D-Bus Introspection", ""
-" <interface name=\"org.phonesim.Script\">\n"
+" <interface name=\"org.ofono.phonesim.Script\">\n"
" <method name=\"SetPath\">\n"
" <arg direction=\"in\" type=\"s\" name=\"path\"/>\n"
" </method>\n"