summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/echowindow/echointerface.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-23 12:26:10 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-27 13:28:21 +0100
commitefde205586a70320d0525e941e5a1cd9657bdd30 (patch)
tree27101bae5d59a31bc6a52846d5fde76b8d529e5d /examples/tools/echoplugin/echowindow/echointerface.h
parent6df396286a3221d12e810c0aaa71c4aa68db3331 (diff)
Use new plugin system in qtbase.
- AccessibleWidgets - Windows printer support - Examples Change-Id: Icc162bd7fc284b3c76d9966210f983728085c743 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
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]