24 #ifndef KOEVENTVIEWERDIALOG_H 25 #define KOEVENTVIEWERDIALOG_H 27 #include <kdialogbase.h> 28 #include <tdemacros.h> 29 #include "koeventviewer.h" 47 const char *name = 0, bool compact = false ); 50 void setIncidence( Incidence *incidence, const TQDate &date ) 52 mEventViewer->setIncidence( incidence, date ); 54 void appendIncidence( Incidence *incidence, const TQDate &date ) 56 mEventViewer->appendIncidence( incidence, date ); 59 void setCalendar( Calendar *calendar ); 60 void addText( const TQString &text );
Viewer widget for events.
Viewer dialog for events.
|