00001 /*************************************************************************** 00002 main.cpp - description 00003 ------------------- 00004 begin : Fri May 19 2000 00005 copyright : (C) 2000 by Roman Merzlyakov 00006 email : roman@sbrf.barrt.ru 00007 copyright : (C) 2000 by Roman Razilov 00008 email : Roman.Razilov@gmx.de 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 /* 00020 * Roman Razilov 2000-05-19 debug dummmy 00021 * Roman Razilov 2000-05-21 qimgio 00022 */ 00023 00024 #include "klines.h" 00025 00026 #include <opie2/oapplicationfactory.h> 00027 00028 using namespace Opie::Core; 00029 OPIE_EXPORT_APP( OApplicationFactory<KLines> )
1.4.2