summaryrefslogtreecommitdiffstats
path: root/src/imports/gallery/qdeclarativegallerytype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gallery/qdeclarativegallerytype.h')
-rw-r--r--src/imports/gallery/qdeclarativegallerytype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/gallery/qdeclarativegallerytype.h b/src/imports/gallery/qdeclarativegallerytype.h
index 0088fdc..f612eee 100644
--- a/src/imports/gallery/qdeclarativegallerytype.h
+++ b/src/imports/gallery/qdeclarativegallerytype.h
@@ -63,7 +63,7 @@
#include "qdeclarativedocumentgallery.h"
#include "qdeclarativegalleryfilter.h"
-QT_ADDON_GALLERY_BEGIN_NAMESPACE
+QT_DOCGALLERY_BEGIN_NAMESPACE
class QDeclarativeGalleryType : public QObject, public QQmlParserStatus
{
@@ -166,8 +166,8 @@ Q_SIGNALS:
};
-QT_ADDON_GALLERY_END_NAMESPACE
+QT_DOCGALLERY_END_NAMESPACE
-QML_DECLARE_TYPE(QT_ADDON_GELLERY_PREPEND_NAMESPACE(QDeclarativeDocumentGalleryType))
+QML_DECLARE_TYPE(QT_DOCGALLERY_PREPEND_NAMESPACE(QDeclarativeDocumentGalleryType))
#endif