#include <QtCore/qchar.h>
#ifndef QCHAR_H
class QChar{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_CAST_FROM_ASCII
   public: QChar(uchar c);
#endif
   /* ... */
};
#endif // QCHAR_H