#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: ulong toULong(bool* ok = 0, int base = 10) const /* ... */ }; #endif // QSTRING_H