#include <QtGui/qcolormap.h> #ifndef QCOLORMAP_H class QColormap{ /* Some contents are skipped to improve readability */ public: static class QColormap instance(int screen = -1); /* ... */ }; #endif // QCOLORMAP_H