#include <QtGui/qpixmapcache.h> #ifndef QPIXMAPCACHE_H class QPixmapCache{ /* Some contents are skipped to improve readability */ public: static int cacheLimit(); /* ... */ }; #endif // QPIXMAPCACHE_H