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