#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#ifndef Q_DECL_CONSTRUCTOR_DEPRECATED
#if defined(Q_MOC_RUN)
#elif defined(Q_NO_DEPRECATED_CONSTRUCTORS)
#else
#define Q_DECL_CONSTRUCTOR_DEPRECATED Q_DECL_DEPRECATED

#endif
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */