#include <QtGui/qcolor.h> #ifndef QCOLOR_H class QColor{ /* Some contents are skipped to improve readability */ public: void getRgb(int* r, int* g, int* b, int* a = 0) const /* ... */ }; #endif // QCOLOR_H