26 #ifndef _KOTODOEDITOR_H
27 #define _KOTODOEDITOR_H
29 #include "koincidenceeditor.h"
32 class KOEditorGeneralTodo;
33 class KOEditorRecurrence;
62 void setTexts( const TQString &summary, const TQString &description = TQString() );
67 void setDates( const TQDateTime &due, bool allDay = true, Todo *relatedTodo = 0 );
86 void slotSaveTemplate( const TQString & );
87 void updateRecurrenceSummary();
91 TQStringList& templates() const;
92 TQString type() { return "Todo"; }
94 void setupRecurrence();
103 KOEditorGeneralTodo *mGeneral;
104 KOEditorRecurrenceDialog *mRecurrenceDialog;
105 KOEditorRecurrence *mRecurrence;
|