summaryrefslogtreecommitdiffstats
path: root/src/gallery/simulator/docgallerysimulatordata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery/simulator/docgallerysimulatordata.h')
-rw-r--r--src/gallery/simulator/docgallerysimulatordata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallery/simulator/docgallerysimulatordata.h b/src/gallery/simulator/docgallerysimulatordata.h
index 013d6e9..48ba34f 100644
--- a/src/gallery/simulator/docgallerysimulatordata.h
+++ b/src/gallery/simulator/docgallerysimulatordata.h
@@ -58,7 +58,7 @@
#include <QtCore/QString>
#include <QtCore/QMetaType>
-QT_ADDON_GALLERY_BEGIN_NAMESPACE
+QT_DOCGALLERY_BEGIN_NAMESPACE
struct DocGalleryImageItem
{
QString fileName;
@@ -80,7 +80,7 @@ struct DocGallerySimulatorData
};
void qt_registerDocGalleryTypes();
-QT_ADDON_GALLERY_END_NAMESPACE
+QT_DOCGALLERY_END_NAMESPACE
Q_DECLARE_METATYPE(Qt::DocGallerySimulatorData)