00001 /**************************************************************************** 00002 ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. 00003 ** 00004 ** This file is part of an example program for Qt. This example 00005 ** program may be used, distributed and modified without limitation. 00006 ** 00007 *****************************************************************************/ 00008 00009 #include "tictac.h" 00010 00011 #include <opie2/oapplicationfactory.h> 00012 00013 using namespace Opie::Core; 00014 OPIE_EXPORT_APP( OApplicationFactory<TicTacToe> )
1.4.2