#include <QtCore/qobject.h>
#ifndef QOBJECT_H
#ifndef QT_NO_QOBJECT
class QObject{
   /* Some contents are skipped to improve readability */
   public: static bool connect(class QObject const * sender, char const * signal, class QObject const * receiver, char const * member, enum Qt::ConnectionType = Qt::AutoConnection);
   /* ... */
};
#endif
#endif // QOBJECT_H