#include <QtCore/qobject.h>
#ifndef QOBJECT_H
#ifndef QT_NO_QOBJECT
class QObject{
public: inline bool connect(class QObject const * asender, char const * asignal, char const * amember, enum Qt::ConnectionType atype = Qt::AutoConnection) const
};
#endif
#endif // QOBJECT_H