#include <QtGui/qboxlayout.h>
#ifndef QBOXLAYOUT_H
class QBoxLayout: public QLayout{
   /* Some contents are skipped to improve readability */
   public: static inline class QString trUtf8(char const * s, char const * c, int n);
   /* ... */
};
#endif // QBOXLAYOUT_H