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 #include "opieftp.h" 00015 #include <opie2/oapplicationfactory.h> 00016 //#include <qtopia/qpeapplication.h> 00017 using namespace Opie::Core; 00018 OPIE_EXPORT_APP( OApplicationFactory<OpieFtp> ) 00019 00020
1.4.2