#include <QtCore/qcoreevent.h>
#ifndef QCOREEVENT_H
class QChildEvent: public QEvent{
public: QChildEvent(enum QEvent::Type type, struct QObject* child);
public: virtual ~QChildEvent();
public: inline struct QObject* child() const
public: inline bool added() const
public: inline bool polished() const
public: inline bool removed() const
protected: struct QObject* c;
};
#endif // QCOREEVENT_H