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