#include <QtGui/qlayoutitem.h>
#ifndef QLAYOUTITEM_H
class QLayoutItem{
   /* Some contents are skipped to improve readability */
   public: inline Qt::Alignment alignment() const
   /* ... */
};
#endif // QLAYOUTITEM_H