summaryrefslogtreecommitdiffstats
path: root/src/imports/gallery/qdeclarativegallerytype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gallery/qdeclarativegallerytype.cpp')
-rw-r--r--src/imports/gallery/qdeclarativegallerytype.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/gallery/qdeclarativegallerytype.cpp b/src/imports/gallery/qdeclarativegallerytype.cpp
index c28667c..43d004a 100644
--- a/src/imports/gallery/qdeclarativegallerytype.cpp
+++ b/src/imports/gallery/qdeclarativegallerytype.cpp
@@ -48,7 +48,7 @@
#include <QtQml/qqmlinfo.h>
#include <QtQml/qqmlpropertymap.h>
-QT_ADDON_GALLERY_BEGIN_NAMESPACE
+QT_DOCGALLERY_BEGIN_NAMESPACE
QDeclarativeGalleryType::QDeclarativeGalleryType(QObject *parent)
: QObject(parent)
@@ -244,7 +244,7 @@ void QDeclarativeGalleryType::_q_metaDataChanged(const QList<int> &keys)
\qmltype DocumentGalleryType
\instantiates QDeclarativeDocumentGalleryType
- \inmodule QtAddOnGallery
+ \inmodule QtDocGallery
\ingroup qml-gallery
\brief The DocumentGalleryType element allows you to request information
@@ -386,4 +386,4 @@ void QDeclarativeDocumentGalleryType::setItemType(QDeclarativeDocumentGallery::I
#include "moc_qdeclarativegallerytype.cpp"
-QT_ADDON_GALLERY_END_NAMESPACE
+QT_DOCGALLERY_END_NAMESPACE