#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_STATUSTIP
class QStatusTipEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   public: inline class QString tip() const
   /* ... */
};
#endif
#endif // QEVENT_H