#include <QtGui/qcolor.h> #ifndef QCOLOR_H class QColor{ /* Some contents are skipped to improve readability */ public: class QColor light(int f = 150) const /* ... */ }; #endif // QCOLOR_H