From 5f22899a17389e28930917336512dd531cc9b4f9 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 20 Apr 2012 14:31:12 +0200 Subject: Use org.example instead of com.trolltech for the D-Bus examples We could use org.qtproject, but since this is an example anyway, and since example.org and example.com are reserved to IANA by RFC 2606 anyway, let's use that. Task-number: QTBUG-23274 Change-Id: Icdb1ac0390f88b72fa21b02ab362f1a98f26266c Reviewed-by: Lorn Potter --- examples/dbus/pingpong/ping-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/dbus/pingpong') diff --git a/examples/dbus/pingpong/ping-common.h b/examples/dbus/pingpong/ping-common.h index 987c8b6d96..0cde67302f 100644 --- a/examples/dbus/pingpong/ping-common.h +++ b/examples/dbus/pingpong/ping-common.h @@ -38,4 +38,4 @@ ** ****************************************************************************/ -#define SERVICE_NAME "com.trolltech.QtDBus.PingExample" +#define SERVICE_NAME "org.example.QtDBus.PingExample" -- cgit v1.2.3