#include <QtGui/qinputcontextplugin.h>
#ifndef QINPUTCONTEXTPLUGIN_H
#if !defined(QT_NO_IM) && !defined(QT_NO_LIBRARY)
class QInputContextPlugin: public QObject, public QInputContextFactoryInterface{
public: virtual class QStringList languages(class QString const & key) = 0;
};
#endif // QT_NO_IM
#endif // QINPUTCONTEXTPLUGIN_H