#include <QtGui/qcolormap.h>
#ifndef QCOLORMAP_H
class QColormap{
   /* Some contents are skipped to improve readability */
   public: class QVector < struct QColor > const colormap() const
   /* ... */
};
#endif // QCOLORMAP_H