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