#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#if defined(Q_CC_GNU) && !defined(Q_CC_INTEL)
template < typename T > class QForeachContainer{
public: typename T::const_iterator e;
};
#else
#endif
#endif /* __cplusplus */
#endif /* QGLOBAL_H */