#include <QtGui/qpalette.h>
#ifndef QPALETTE_H
class QPalette{
   /* Some contents are skipped to improve readability */
   public: QPalette(class QColor const & windowText, class QColor const & window, class QColor const & light, class QColor const & dark, class QColor const & mid, class QColor const & text, class QColor const & base);
   /* ... */
};
#endif // QPALETTE_H