summaryrefslogtreecommitdiffstats
path: root/src/gallery/qgalleryglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallery/qgalleryglobal.h')
-rw-r--r--src/gallery/qgalleryglobal.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/gallery/qgalleryglobal.h b/src/gallery/qgalleryglobal.h
index 81684aa..63af3d5 100644
--- a/src/gallery/qgalleryglobal.h
+++ b/src/gallery/qgalleryglobal.h
@@ -39,24 +39,13 @@
**
****************************************************************************/
-//
-// W A R N I N G
-// -------------
-//
-// This file is not part of the Qt API. It exists purely as an
-// implementation detail. This header file may change from version to
-// version without notice, or even be removed.
-//
-// We mean it.
-//
-
#ifndef QGALLERYGLOBAL_H
#define QGALLERYGLOBAL_H
#include <QtCore/qglobal.h>
#ifndef QT_STATIC
-# if defined(QT_BUILD_ADDON_GALLERY_LIB)
+# if defined(QT_BUILD_DOCGALLERY_LIB)
# define Q_GALLERY_EXPORT Q_DECL_EXPORT
# else
# define Q_GALLERY_EXPORT Q_DECL_IMPORT
@@ -77,10 +66,4 @@
#define QT_DOCGALLERY_PREPEND_NAMESPACE(name) ::QDocGallery::name
#endif
-// compatibility with the older macros
-#define QT_ADDON_GALLERY_BEGIN_NAMESPACE QT_DOCGALLERY_BEGIN_NAMESPACE
-#define QT_ADDON_GALLERY_END_NAMESPACE QT_DOCGALLERY_END_NAMESPACE
-#define QT_ADDON_USE_GALLERY_NAMESPACE QT_USE_DOCGALLERY_NAMESPACE
-#define QT_ADDON_GELLERY_PREPEND_NAMESPACE(name) QT_DOCGALLERY_PREPEND_NAMESPACE(name)
-
#endif // QGALLERYGLOBAL_H