#ifndef _QTEVENT_H_ #define _QTEVENT_H_ #include "qtEditor.h" class KbPart; /** * This qt class presents the contents of a part in a event presentation * @short Qt Event Class * @author NN * @version 0.95 */ class QtEvent : public QtEditor { Q_OBJECT public: QtEvent(KbPart * kbpart); }; #endif