kpilot Library API Documentation

vcal-factorybase.cc

00001 /* vcal-factory.cc                      KPilot
00002 **
00003 ** Copyright (C) 2002-2003 Reinhold Kainhofer
00004 ** Copyright (C) 2001 by Dan Pilone
00005 **
00006 ** This file defines the factory for the vcal-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 #include <kaboutdata.h>
00030 
00031 #include "vcal-factorybase.moc"
00032 #include "options.h"
00033 
00034 // Configuration keys
00035 //
00036 //
00037 const char *const VCalConduitFactoryBase::syncAction = "SyncAction";
00038 const char *const VCalConduitFactoryBase::nextSyncAction = "NextSyncAction";
00039 const char *const VCalConduitFactoryBase::archive = "SyncArchived";
00040 const char *const VCalConduitFactoryBase::conflictResolution = "ConflictResolution";
00041 const char * const VCalConduitFactoryBase::calendarType = "CalendarType";
00042 
00043 const char * const VCalConduitFactoryBase::calendarFile = "CalFile" ;
00044 
00045 QString VCalConduitFactoryBase::group = "vcalOptions" ;
00046 KAboutData *VCalConduitFactoryBase::fAbout = 0L;
00047 
00048 
00049 VCalConduitFactoryBase::~VCalConduitFactoryBase()
00050 {
00051     KPILOT_DELETE(fAbout);
00052 }
00053 
KDE Logo
This file is part of the documentation for kpilot Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:36:50 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003