#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: explicit QInputContextPlugin(class QObject* parent = 0);
   /* ... */
};
#endif // QT_NO_IM
#endif // QINPUTCONTEXTPLUGIN_H