26 #ifndef KOJOURNALEDITOR_H
27 #define KOJOURNALEDITOR_H
29 #include "koincidenceeditor.h"
31 #include <tqdatetime.h>
41 class KOEditorGeneralJournal;
71 void setTexts(
const TQString &summary,
const TQString &description = TQString() );
76 void setDate(
const TQDate &date );
78 void readJournal(
Journal *,
const TQDate &date );
96 void slotSaveTemplate(
const TQString & );
99 TQString type() {
return "Journal"; }
104 TQStringList& templates()
const;
107 KOEditorGeneralJournal *mGeneral;
This class provides a dialog for editing a Journal.
This is the base class for the calendar component editors.