#include <QtCore/qbitarray.h> #ifndef QBITARRAY_H class QBitRef{ /* Some contents are skipped to improve readability */ private: int i; /* ... */ }; #endif // QBITARRAY_H