kcalendarsystemfactory.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef KCALENDARSYSTEMFACTORY_H
00022 #define KCALENDARSYSTEMFACTORY_H
00023
00024 #include <qstring.h>
00025 #include <qstringlist.h>
00026 #include "kdelibs_export.h"
00027
00028 class KCalendarSystem;
00029 class KLocale;
00030
00037 class KDECORE_EXPORT KCalendarSystemFactory
00038 {
00039 public:
00040 KCalendarSystemFactory ();
00041 ~KCalendarSystemFactory ();
00042
00053 static KCalendarSystem *create (const QString & calType = QString::fromLatin1("gregorian"),
00054 const KLocale * locale = 0);
00055
00061 static QStringList calendarSystems();
00062
00063 private:
00064 };
00065
00066 #endif
This file is part of the documentation for kdecore Library Version 3.3.90.