#include <QtGui/qboxlayout.h> #ifndef QBOXLAYOUT_H class QBoxLayout: public QLayout{ /* Some contents are skipped to improve readability */ private: inline struct QBoxLayoutPrivate const * d_func() const /* ... */ }; #endif // QBOXLAYOUT_H