00001 /*************************************************************************** 00002 * * 00003 * This program is free software; you can redistribute it and/or modify * 00004 * it under the terms of the GNU General Public License as published by * 00005 * the Free Software Foundation; either version 2 of the License, or * 00006 * (at your option) any later version. * 00007 * * 00008 ***************************************************************************/ 00009 00010 #include "usermanager.h" 00011 00012 #include <opie2/oapplicationfactory.h> 00013 00014 using namespace Opie::Core; 00015 OPIE_EXPORT_APP( OApplicationFactory<UserConfig> )
1.4.2