00001 /*************************************************************************** 00002 00003 main.cpp 00004 ------------------- 00005 begin : November 2002 00006 copyright : (C) 2002 by Joseph Wenninger <jowenn@kde.org> 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation. * 00014 * ONLY VERSION 2 OF THE LICENSE IS APPLICABLE * 00015 * * 00016 ***************************************************************************/ 00017 00018 #include <opie2/oapplicationfactory.h> 00019 00020 #include "tinykate.h" 00021 00022 using namespace Opie::Core; 00023 00024 OPIE_EXPORT_APP( OApplicationFactory<TinyKate> ) 00025
1.4.2