#include <QtGui/qiconengine.h> #ifndef QICONENGINE_H class QIconEngine{ /* Some contents are skipped to improve readability */ public: virtual ~QIconEngine(); /* ... */ }; #endif // QICONENGINE_H