#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#ifndef qPrintable
#define qPrintable(string) (string).toLocal8Bit().constData()

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