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