#include <QtGui/qicon.h> #ifndef QICON_H class QIcon{ /* Some contents are skipped to improve readability */ public: enum Mode{ Normal = 0, Disabled = 1, Active = 2, Selected = 3, }; /* ... */ }; #endif // QICON_H