summaryrefslogtreecommitdiffstats
path: root/src/imports/gallery/qdeclarativedocumentgallery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gallery/qdeclarativedocumentgallery.h')
-rw-r--r--src/imports/gallery/qdeclarativedocumentgallery.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/gallery/qdeclarativedocumentgallery.h b/src/imports/gallery/qdeclarativedocumentgallery.h
index 7680d56..170c11f 100644
--- a/src/imports/gallery/qdeclarativedocumentgallery.h
+++ b/src/imports/gallery/qdeclarativedocumentgallery.h
@@ -57,7 +57,7 @@
#include <QtCore/qcoreevent.h>
-QT_ADDON_GALLERY_BEGIN_NAMESPACE
+QT_DOCGALLERY_BEGIN_NAMESPACE
class QDeclarativeDocumentGallery : public QObject
{
@@ -88,8 +88,8 @@ public:
static QAbstractGallery *gallery(QObject *object);
};
-QT_ADDON_GALLERY_END_NAMESPACE
+QT_DOCGALLERY_END_NAMESPACE
-Q_DECLARE_METATYPE(QT_ADDON_GELLERY_PREPEND_NAMESPACE(QDeclarativeDocumentGallery::ItemType))
+Q_DECLARE_METATYPE(QT_DOCGALLERY_PREPEND_NAMESPACE(QDeclarativeDocumentGallery::ItemType))
#endif