#include <QtGui/qicon.h> #ifndef QICON_H class QIcon{ /* Some contents are skipped to improve readability */ public: class QIcon& operator =(class QIcon const & other); /* ... */ }; #endif // QICON_H