21 #ifndef KCAL_TQTOPIAFORMAT_H
22 #define KCAL_TQTOPIAFORMAT_H
26 #include "scheduler.h"
28 #include "libkcal_export.h"
29 #include "calformat.h"
42 bool load( Calendar *, const TQString &fileName );
43 bool save( Calendar *, const TQString &fileName );
45 bool fromString( Calendar *, const TQString & );
|