#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_CAST_FROM_ASCII public: inline bool operator !=(class QByteArray const & s) const #endif /* ... */ }; #endif // QSTRING_H