Use org.qt-project for the QFactoryInterface's IID
authorThiago Macieira <thiago.macieira@intel.com>
Mon, 14 May 2012 09:31:13 +0000 (11:31 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 15 May 2012 02:57:05 +0000 (04:57 +0200)
Task-number: QTBUG-23273

Change-Id: I935d2e20a4905121ca226f052528fa7c9d80e88b
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/plugin/qfactoryinterface.h

index 081dc54..c4b1ffa 100644 (file)
@@ -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