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