#include <QtGui/qgridlayout.h> #ifndef QGRIDLAYOUT_H class QGridLayout: public QLayout{ /* Some contents are skipped to improve readability */ public: virtual int qt_metacall(enum QMetaObject::Call, int, void* *); /* ... */ }; #endif // QGRIDLAYOUT_H