#include <QtGui/qboxlayout.h> #ifndef QBOXLAYOUT_H class QVBoxLayout: public QBoxLayout{ /* Some contents are skipped to improve readability */ public: virtual struct QMetaObject const * metaObject() const /* ... */ }; #endif // QBOXLAYOUT_H