00001 /* 00002 using namespace Opie::Core; 00003 using namespace Opie::Core; 00004 * main.cpp 00005 * 00006 * --------------------- 00007 * 00008 * begin : Sun 10 17:20:00 CEST 2002 00009 * copyright : (c) 2002 by Maximilian Reiß 00010 * email : max.reiss@gmx.de 00011 * 00012 */ 00013 /*************************************************************************** 00014 * * 00015 * This program is free software; you can redistribute it and/or modify * 00016 * it under the terms of the GNU General Public License as published by * 00017 * the Free Software Foundation; either version 2 of the License, or * 00018 * (at your option) any later version. * 00019 * * 00020 ***************************************************************************/ 00021 00022 #include "bluebase.h" 00023 #include <qpe/qpeapplication.h> 00024 #include <opie2/oapplicationfactory.h> 00025 00026 using namespace Opie::Core; 00027 00028 OPIE_EXPORT_APP( OApplicationFactory<OpieTooth::BlueBase> ) 00029
1.4.2