#include <QtGui/qcolor.h>
#ifndef QCOLOR_H
class QColor{
   /* Some contents are skipped to improve readability */
   public: static class QColor fromCmyk(int c, int m, int y, int k, int a = 255);
   /* ... */
};
#endif // QCOLOR_H