summaryrefslogtreecommitdiffstats
path: root/src/imports/gallery/qdeclarativegallery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gallery/qdeclarativegallery.cpp')
-rw-r--r--src/imports/gallery/qdeclarativegallery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/gallery/qdeclarativegallery.cpp b/src/imports/gallery/qdeclarativegallery.cpp
index b04e509..65213bb 100644
--- a/src/imports/gallery/qdeclarativegallery.cpp
+++ b/src/imports/gallery/qdeclarativegallery.cpp
@@ -58,7 +58,7 @@ class QGalleryDeclarativeModule : public QDeclarativeExtensionPlugin
public:
virtual void registerTypes(const char *uri)
{
- Q_ASSERT(QLatin1String(uri) == QLatin1String("QtMobility.gallery"));
+ Q_ASSERT(QLatin1String(uri) == QLatin1String("QtAddOn.gallery"));
qRegisterMetaType<QDeclarativeDocumentGallery::ItemType>();