summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/echowindow/echointerface.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/echoplugin/echowindow/echointerface.h')
-rw-r--r--examples/tools/echoplugin/echowindow/echointerface.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/tools/echoplugin/echowindow/echointerface.h b/examples/tools/echoplugin/echowindow/echointerface.h
index 412e37b7d2..13494c8d28 100644
--- a/examples/tools/echoplugin/echowindow/echointerface.h
+++ b/examples/tools/echoplugin/echowindow/echointerface.h
@@ -53,8 +53,10 @@ public:
QT_BEGIN_NAMESPACE
-Q_DECLARE_INTERFACE(EchoInterface,
- "com.trolltech.Plugin.EchoInterface/1.0");
+
+#define EchoInterface_iid "org.qt-project.Qt.Examples.EchoInterface"
+
+Q_DECLARE_INTERFACE(EchoInterface, EchoInterface_iid)
QT_END_NAMESPACE
//! [0]