#include <QtGui/qboxlayout.h>
#ifndef QBOXLAYOUT_H
class QHBoxLayout: public QBoxLayout{
   /* Some contents are skipped to improve readability */
   public: static struct QMetaObject const staticMetaObject;
   /* ... */
};
#endif // QBOXLAYOUT_H