00001 00002 /*************************************************************************** 00003 00004 main.cpp - description 00005 ------------------- 00006 begin : March 10, 2002 00007 copyright : (C) 2002 by llornkcor 00008 email : ljp@llornkcor.com 00009 * This program is free software; you can redistribute it and/or modify * 00010 * it under the terms of the GNU General Public License as published by * 00011 * the Free Software Foundation; either version 2 of the License, or * 00012 * (at your option) any later version. * 00013 ***************************************************************************/ 00014 00015 #include "formatter.h" 00016 00017 #include <opie2/oapplicationfactory.h> 00018 00019 using namespace Opie::Core; 00020 OPIE_EXPORT_APP( OApplicationFactory<FormatterApp> )
1.4.2