#include <QtGui/qinputcontextfactory.h>
#ifndef QINPUTCONTEXTFACTORY_H
#ifndef QT_NO_IM
class QInputContextFactory{
   /* Some contents are skipped to improve readability */
   public: static class QStringList keys();
   /* ... */
};
#endif // QT_NO_IM
#endif // QINPUTCONTEXTFACTORY_H