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
00027 class KCalendarSystem;
00028 class KLocale;
00029
00036 class KCalendarSystemFactory
00037 {
00038 public:
00039 KCalendarSystemFactory ();
00040 ~KCalendarSystemFactory ();
00041
00052 static KCalendarSystem *create (const QString & calType = QString::fromLatin1("gregorian"),
00053 const KLocale * locale = 0);
00054
00060 static QStringList calendarSystems();
00061
00062 private:
00063 };
00064
00065 #endif
This file is part of the documentation for kdecore Library Version 3.3.0.