#include <QtGui/qpalette.h>
#ifndef QPALETTE_H
class QPalette{
   /* Some contents are skipped to improve readability */
   private: struct QPalettePrivate* d;
   /* ... */
};
#endif // QPALETTE_H