summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus-chat/dbus-chat.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-04-20 14:31:12 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-22 21:32:33 +0200
commit5f22899a17389e28930917336512dd531cc9b4f9 (patch)
treecf9e138f9edbad3bfb8501a4647a04b65f59d6b2 /examples/dbus/dbus-chat/dbus-chat.pro
parentc4a457f8e48cbd6202da7c567988975b568615c0 (diff)
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 <lorn.potter@nokia.com>
Diffstat (limited to 'examples/dbus/dbus-chat/dbus-chat.pro')
-rw-r--r--examples/dbus/dbus-chat/dbus-chat.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dbus/dbus-chat/dbus-chat.pro b/examples/dbus/dbus-chat/dbus-chat.pro
index 29b1f56826..2dc17fe667 100644
--- a/examples/dbus/dbus-chat/dbus-chat.pro
+++ b/examples/dbus/dbus-chat/dbus-chat.pro
@@ -5,8 +5,8 @@ HEADERS += chat.h chat_adaptor.h chat_interface.h
SOURCES += chat.cpp chat_adaptor.cpp chat_interface.cpp
FORMS += chatmainwindow.ui chatsetnickname.ui
-#DBUS_ADAPTORS += com.trolltech.chat.xml
-#DBUS_INTERFACES += com.trolltech.chat.xml
+#DBUS_ADAPTORS += org.example.chat.xml
+#DBUS_INTERFACES += org.example.chat.xml
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/chat