#include <QtGui/qlayoutitem.h> #ifndef QLAYOUTITEM_H class QLayoutItem{ /* Some contents are skipped to improve readability */ protected: Qt::Alignment align; /* ... */ }; #endif // QLAYOUTITEM_H