#include <QtGui/qcolor.h> #ifndef QCOLOR_H class QColor{ /* Some contents are skipped to improve readability */ #ifndef QT3_SUPPORT private: QColor(int, int, int, enum QColor::Spec); #endif /* ... */ }; #endif // QCOLOR_H