#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_CLIPBOARD
class QClipboardEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   public: virtual ~QClipboardEvent();
   /* ... */
};
#endif
#endif // QEVENT_H