#include <QtCore/qtextstream.h>
#ifndef QTEXTSTREAM_H
class QTextStream{
   /* Some contents are skipped to improve readability */
   public: bool seek(qint64 pos);
   /* ... */
};
#endif // QTEXTSTREAM_H