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