#include <QtCore/qtextcodec.h>
#ifndef QTEXTCODEC_H
#ifndef QT_NO_TEXTCODEC
class QTextCodec{
protected: virtual class QString convertToUnicode(char const * in, int length, struct QTextCodec::ConverterState* state) const = 0;
};
#endif // QT_NO_TEXTCODEC
#endif // QTEXTCODEC_H