#include <QtCore/qobject.h>
#ifndef QOBJECT_H
#ifndef QT_NO_QOBJECT
class QObject{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_PROPERTIES
   public: bool setProperty(char const * name, struct QVariant const & value);
#endif // QT_NO_PROPERTIES
   /* ... */
};
#endif
#endif // QOBJECT_H