summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin/qfactoryinterface.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-05-14 11:31:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-15 04:57:05 +0200
commitf31b324a2478ff8b2158d0af4661eba585a0848c (patch)
tree2a6335b302eba5b430618c2802f66f7f58b5af0e /src/corelib/plugin/qfactoryinterface.h
parente1cee9222df8e078587a8539e40ce9a8ef914093 (diff)
Use org.qt-project for the QFactoryInterface's IID
Task-number: QTBUG-23273 Change-Id: I935d2e20a4905121ca226f052528fa7c9d80e88b Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/plugin/qfactoryinterface.h')
-rw-r--r--src/corelib/plugin/qfactoryinterface.h2
1 files changed, 1 insertions, 1 deletions
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