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