#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 qobject_cast(class QObject const * object);
#endif
#endif
#endif // QOBJECT_H