summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/testtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/testtypes.h')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/testtypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/testtypes.h b/tests/auto/declarative/qdeclarativelanguage/testtypes.h
index e652382e..a6b11fa1 100644
--- a/tests/auto/declarative/qdeclarativelanguage/testtypes.h
+++ b/tests/auto/declarative/qdeclarativelanguage/testtypes.h
@@ -66,7 +66,11 @@ public:
};
QT_BEGIN_NAMESPACE
-Q_DECLARE_INTERFACE(MyInterface, "com.trolltech.Qt.Test.MyInterface");
+
+#define MyInterface_iid "org.qt-project.Qt.Test.MyInterface"
+
+Q_DECLARE_INTERFACE(MyInterface, MyInterface_iid);
+
QT_END_NAMESPACE
QML_DECLARE_INTERFACE(MyInterface);