ListMaker-setup.cc
00001 /* ListMaker-setup.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 00031 00032 00033 // $Log: ListMaker-setup.cc,v $ 00034 // Revision 1.1.4.1 2003/03/12 23:31:09 adridg 00035 // CVS_SILENT: FSF address change 00036 // 00037 // Revision 1.1 2002/04/07 12:09:42 kainhofe 00038 // Initial checkin of the conduit. The gui works mostly, but syncing crashes KPilot... 00039 // 00040 // Revision 1.4 2002/04/07 11:56:19 reinhold 00041 // Last version before moving to KDE CVS 00042 // 00043 // Revision 1.3 2002/03/28 13:47:54 reinhold 00044 // Added the list of synctypes, aboutbox is now directly passed on to the setup dlg (instead of being a static var) 00045 // 00046 // Revision 1.2 2002/03/15 20:43:17 reinhold 00047 // Fixed the crash on loading (member function not defined)... 00048 // 00049 // Revision 1.1 2002/03/10 23:59:17 reinhold 00050 // Made the conduit compile... 00051 // 00052 // Revision 1.2 2002/03/10 16:06:43 reinhold 00053 // Cleaned up the class hierarchy, implemented some more features (should be quite finished now...) 00054 // 00055 // Revision 1.1.1.1 2002/03/09 15:38:45 reinhold 00056 // Initial checin of the project manager / List manager conduit. 00057 // 00058 // 00059