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