#include <QtOpenGL/qglcolormap.h> #ifndef QGLCOLORMAP_H class QGLColormap{ /* Some contents are skipped to improve readability */ public: void setEntries(int count, QRgb const * colors, int base = 0); /* ... */ }; #endif // QGLCOLORMAP_H