#include <QtGui/qboxlayout.h> #ifndef QBOXLAYOUT_H class QHBoxLayout: public QBoxLayout{ /* Some contents are skipped to improve readability */ public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *); /* ... */ }; #endif // QBOXLAYOUT_H