#include <QtGui/qinputcontextplugin.h>
#ifndef QINPUTCONTEXTPLUGIN_H
#if !defined(QT_NO_IM) && !defined(QT_NO_LIBRARY)
struct QInputContextFactoryInterface: public QFactoryInterface{
   /* Some contents are skipped to improve readability */
   public: virtual class QStringList languages(class QString const & key) = 0;
   /* ... */
};
#endif // QT_NO_IM
#endif // QINPUTCONTEXTPLUGIN_H