#include <QtGui/qpalette.h>
#ifndef QPALETTE_H
class QPalette{
   /* Some contents are skipped to improve readability */
   public: inline void setColor(enum QPalette::ColorRole acr, class QColor const & acolor);
   /* ... */
};
#endif // QPALETTE_H