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