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