summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebao Zhang <dbzhang800@gmail.com>2012-05-03 22:58:15 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-11 08:42:15 +0200
commit43d585852dbdafd9dc2a8c9a9421f3975bb2b1ea (patch)
tree51483b70f8224bdb634ba9efdeac357b9424ec0a
parent79fb802b104253daea85f030543e2114b3830fbd (diff)
downloadqt3d-43d585852dbdafd9dc2a8c9a9421f3975bb2b1ea.tar.gz
Rename interface from com.trolltech to org.qt-project
Change-Id: Ieacc17b900bb06213a3427683883d11c6a5a85ff Reviewed-by: Sergey Dubitskiy <sergey.dubitskiy@nokia.com>
-rw-r--r--src/threed/scene/qglsceneformatplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threed/scene/qglsceneformatplugin.h b/src/threed/scene/qglsceneformatplugin.h
index 9add799e6..5c5be5126 100644
--- a/src/threed/scene/qglsceneformatplugin.h
+++ b/src/threed/scene/qglsceneformatplugin.h
@@ -100,7 +100,7 @@ public:
virtual QGLSceneFormatHandler *create(QIODevice *device, const QUrl& url, const QString &format = QString()) const = 0;
};
-Q_DECLARE_INTERFACE(QGLSceneFormatFactoryInterface, "com.trolltech.Qt.QGLSceneFormatFactoryInterface")
+Q_DECLARE_INTERFACE(QGLSceneFormatFactoryInterface, "org.qt-project.Qt.QGLSceneFormatFactoryInterface")
QT_END_NAMESPACE