#include <QtGui/qinputcontextplugin.h>
#ifndef QINPUTCONTEXTPLUGIN_H
#if !defined(QT_NO_IM) && !defined(QT_NO_LIBRARY)
class QInputContextPlugin: public QObject, public QInputContextFactoryInterface{
public: static inline class QString tr(char const * s, char const * c, int n);
};
#endif // QT_NO_IM
#endif // QINPUTCONTEXTPLUGIN_H