#include <QtGui/qlabel.h>
#ifndef QLABEL_H
class QLabel: public QFrame{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_PICTURE
   public: void setPicture(struct QPicture const &);
#endif
   /* ... */
};
#endif // QLABEL_H