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