#include <QtGui/qimage.h>
#ifndef QIMAGE_H
#ifndef QT_NO_IMAGE_TEXT
class QImageTextKeyLang{
public: inline QImageTextKeyLang(char const * k, char const * l);
public: inline QImageTextKeyLang();
public: class QByteArray key;
public: class QByteArray lang;
public: inline bool operator <(class QImageTextKeyLang const & other) const
public: inline bool operator ==(class QImageTextKeyLang const & other) const
public: inline bool operator !=(class QImageTextKeyLang const & other) const
};
#endif //QT_NO_IMAGE_TEXT
#endif // QIMAGE_H