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