#include <QtGui/qicon.h>
#ifndef QICON_H
class QIcon{
   /* Some contents are skipped to improve readability */
   public: void paint(struct QPainter* painter, class QRect const & rect, Qt::Alignment alignment = Qt::AlignCenter, enum QIcon::Mode mode = QIcon::Normal, enum QIcon::State state = QIcon::Off) const
   /* ... */
};
#endif // QICON_H