00001 00002 #ifndef _Q_COINCIDENT_EVENT_R_HH_ 00003 #define _Q_COINCIDENT_EVENT_R_HH_ 00004 00005 #include "QCoincidentEvent.hh" 00006 00007 class QEventR; 00008 00014 class QCoincidentEventR: public QCoincidentEvent 00015 { 00016 public: 00018 QCoincidentEventR(); 00019 00021 QCoincidentEventR(QEventR& rootEvent); 00022 00024 virtual ~ QCoincidentEventR(); 00025 00026 }; 00027 #endif