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