#include <QtGui/qlabel.h> #ifndef QLABEL_H class QLabel: public QFrame{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_MOVIE public: void setMovie(struct QMovie* movie); #endif /* ... */ }; #endif // QLABEL_H