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