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