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