From f31b324a2478ff8b2158d0af4661eba585a0848c Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 14 May 2012 11:31:13 +0200 Subject: Use org.qt-project for the QFactoryInterface's IID Task-number: QTBUG-23273 Change-Id: I935d2e20a4905121ca226f052528fa7c9d80e88b Reviewed-by: Olivier Goffart --- src/corelib/plugin/qfactoryinterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/corelib/plugin/qfactoryinterface.h b/src/corelib/plugin/qfactoryinterface.h index 081dc54158..c4b1ffa31c 100644 --- a/src/corelib/plugin/qfactoryinterface.h +++ b/src/corelib/plugin/qfactoryinterface.h @@ -57,7 +57,7 @@ struct Q_CORE_EXPORT QFactoryInterface }; -Q_DECLARE_INTERFACE(QFactoryInterface, "com.trolltech.Qt.QFactoryInterface") +Q_DECLARE_INTERFACE(QFactoryInterface, "org.qt-project.Qt.QFactoryInterface") QT_END_NAMESPACE -- cgit v1.2.3