Use org.example instead of com.trolltech for the D-Bus examples
[profile/ivi/qtbase.git] / examples / dbus / remotecontrolledcar / controller / car.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2         "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node name="/com/trollech/examples/car">
4         <interface name="org.example.Examples.CarInterface">
5                 <method name="accelerate"/>
6                 <method name="decelerate"/>
7                 <method name="turnLeft"/>
8                 <method name="turnRight"/>
9                 <signal name="crashed"/>
10         </interface>
11 </node>