#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

Documentation generated by wuerthne@clouseau on Sat Feb 20 16:41:13 MST 1999