#include <QtGui/qpixmapcache.h>
#ifndef QPIXMAPCACHE_H
class QPixmapCache{
   /* Some contents are skipped to improve readability */
   public: static class QPixmap* find(class QString const & key);
   /* ... */
};
#endif // QPIXMAPCACHE_H