#include <QtCore/qobject.h> #ifndef QOBJECT_H #ifndef QT_NO_QOBJECT class QObject{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_MEMBER_TEMPLATES public: template < typename T > inline T findChild(class QString const & name) const #endif /* ... */ }; #endif #endif // QOBJECT_H