#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_WHATSTHIS
class QWhatsThisClickedEvent: public QEvent{
   public: QWhatsThisClickedEvent(class QString const & href);
   public: virtual ~QWhatsThisClickedEvent();
   public: inline class QString href() const
   private: class QString s;
};
#endif
#endif // QEVENT_H