#include <QtCore/qobject.h> #ifndef QOBJECT_H #ifndef QT_NO_QOBJECT class QObjectData{ /* Some contents are skipped to improve readability */ #ifdef QT3_SUPPORT #else public: int reserved; #endif /* ... */ }; #endif #endif // QOBJECT_H