kpilot Library API Documentation

ListMaker-factory.cc

00001 /* ListMaker-factory.cc                      KPilot
00002 **
00003 ** Copyright (C) 2001 by Dan Pilone
00004 ** Copyright (C) 2002 by Reinhold Kainhofer
00005 **
00006 ** This file defines the factory for the ListMaker-conduit plugin.
00007 */
00008 
00009 /*
00010 ** This program is free software; you can redistribute it and/or modify
00011 ** it under the terms of the GNU General Public License as published by
00012 ** the Free Software Foundation; either version 2 of the License, or
00013 ** (at your option) any later version.
00014 **
00015 ** This program is distributed in the hope that it will be useful,
00016 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
00017 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00018 ** GNU General Public License for more details.
00019 **
00020 ** You should have received a copy of the GNU General Public License
00021 ** along with this program in a file called COPYING; if not, write to
00022 ** the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
00023 ** MA 02111-1307, USA.
00024 */
00025 
00026 /*
00027 ** Bug reports and questions can be sent to kde-pim@kde.org
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 // $Log: ListMaker-factory.cc,v $
00072 // Revision 1.2.4.1  2003/03/12 23:31:09  adridg
00073 // CVS_SILENT: FSF address change
00074 //
00075 // Revision 1.2  2002/04/08 12:56:43  mhunter
00076 // Corrected typographical errors
00077 //
00078 // Revision 1.1  2002/04/07 12:09:42  kainhofe
00079 // Initial checkin of the conduit. The gui works mostly, but syncing crashes KPilot...
00080 //
00081 // Revision 1.4  2002/04/07 11:56:19  reinhold
00082 // Last version before moving to KDE CVS
00083 //
00084 // Revision 1.3  2002/03/15 20:43:17  reinhold
00085 // Fixed the crash on loading (member function not defined)...
00086 //
00087 // Revision 1.2  2002/03/13 22:14:40  reinhold
00088 // GUI should work now...
00089 //
00090 // Revision 1.1  2002/03/10 23:59:17  reinhold
00091 // Made the conduit compile...
00092 //
00093 // Revision 1.1.1.1  2002/03/09 15:38:45  reinhold
00094 // Initial checin of the  project manager / List manager conduit.
00095 //
00096 //
00097 
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:14 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001