22 #ifndef KCAL_RESOURCELOCAL_H
23 #define KCAL_RESOURCELOCAL_H
26 #include <tqdatetime.h>
29 #include <kdirwatch.h>
30 #include <kdepimmacros.h>
33 #include "calendarlocal.h"
34 #include "libkcal_export.h"
36 #include "resourcecached.h"
63 virtual void writeConfig( KConfig* config );
67 TQString fileName() const;
68 bool setFileName( const TQString &fileName );
69 bool setValue( const TQString &key, const TQString &value );
78 virtual bool doLoad();
79 virtual bool doSave();
85 virtual bool doReload();
87 TQDateTime readLastModified();
|