#include <QtCore/qregexp.h>
#ifndef QREGEXP_H
#ifndef QT_NO_REGEXP
class QRegExp{
   /* Some contents are skipped to improve readability */
   public: int lastIndexIn(class QString const & str, int offset = -1, enum QRegExp::CaretMode caretMode = QRegExp::CaretAtZero) const
   /* ... */
};
#endif // QT_NO_REGEXP
#endif // QREGEXP_H