21#ifndef KCAL_FREEBUSYURLSTORE_H
22#define KCAL_FREEBUSYURLSTORE_H
26#include "libkcal_export.h"
32class LIBKCAL_EXPORT FreeBusyUrlStore
35 static FreeBusyUrlStore *self();
38 void writeUrl( const TQString &email, const TQString &url );
40 TQString readUrl( const TQString &email );
47 static FreeBusyUrlStore *mSelf;
Namespace KCal is for global classes, objects and/or functions in libkcal.
|