ListMaker-factory.cc
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 #include "options.h"
00031
00032 #include <kinstance.h>
00033 #include <kaboutdata.h>
00034
00035 #include "ListMaker-factory.h"
00036
00037
00038 extern "C"
00039 {
00040
00041 void *init_libListMakerConduit() {
00042 FUNCTIONSETUP;
00043 return new ListMakerConduitFactory;
00044 }
00045
00046 };
00047
00048
00049
00050 ListMakerConduitFactory::ListMakerConduitFactory(QObject *p, const char *n) :
00051 OrganizerConduitFactory(p,n) {
00052 FUNCTIONSETUP;
00053
00054 fAbout = new KAboutData(n,
00055 I18N_NOOP("ListMaker Conduit for KPilot"),
00056 KPILOT_VERSION,
00057 I18N_NOOP("Configures the ListMaker Conduit for KPilot"),
00058 KAboutData::License_GPL,
00059 "(C) 2002, Reinhold F. Kainhofer");
00060 fAbout->addAuthor("Dan Pilone", I18N_NOOP("Original Author of KPilot and the VCal conduit"));
00061 fAbout->addAuthor("Preston Brown", I18N_NOOP("Original Author of the VCal conduit"));
00062 fAbout->addAuthor("Herwin-Jan Steehouwer", I18N_NOOP("Original Author of the VCal conduit"));
00063 fAbout->addAuthor("Adriaan de Groot", I18N_NOOP("Maintainer of KPilot"), "groot@kde.org", "http://www.cs.kun.nl/~adridg/kpilot");
00064 fAbout->addAuthor("Reinhold Kainhofer", I18N_NOOP("Original author and maintainer of this conduit"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com");
00065 }
00066
00067 #include "ListMaker-factory.moc"
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
This file is part of the documentation for kdelibs Version 3.1.5.