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