#include <QtGui/qpalette.h> #ifndef QPALETTE_H class QPalette{ /* Some contents are skipped to improve readability */ private: unsigned int current_group:4; /* ... */ }; #endif // QPALETTE_H