#include <QtCore/qobject.h> #ifndef QOBJECT_H #ifndef QT_NO_QOBJECT #if defined Q_CC_MSVC && _MSC_VER < 1300 #else template < typename T > inline T qFindChild(class QObject const * o, class QString const & name); #endif #endif #endif // QOBJECT_H