#include <QtCore/qobject.h> #ifndef QOBJECT_H #ifndef QT_NO_QOBJECT class QObject{ /* Some contents are skipped to improve readability */ public: inline bool disconnect(char const * signal = 0, class QObject const * receiver = 0, char const * member = 0); /* ... */ }; #endif #endif // QOBJECT_H