#include <QtCore/qstringmatcher.h>
#ifndef QSTRINGMATCHER_H
class QStringMatcher{
   /* Some contents are skipped to improve readability */
   public: int indexIn(class QString const & str, int from = 0) const
   /* ... */
};
#endif // QSTRINGMATCHER_H