/*************************************************************************** main.cpp ------------------- begin : November 2002 copyright : (C) 2002 by Joseph Wenninger ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation. * * ONLY VERSION 2 OF THE LICENSE IS APPLICABLE * * * ***************************************************************************/ #include #include #include "tinykate.h" int main( int argc, char ** argv ) { QPEApplication a( argc, argv ); TinyKate m; a.showMainWidget(&m ); return a.exec(); }