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