00001 /* 00002 ** Author: Carsten Schneider <CarstenSchneider@t-online.de> 00003 ** 00004 ** $Id: main.cpp,v 1.9 2005/05/06 21:54:49 drw Exp $ 00005 ** 00006 ** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html 00007 */ 00008 00009 00010 #include "zsafe.h" 00011 00012 /* OPIE */ 00013 #include <opie2/odebug.h> 00014 00015 /* QT */ 00016 #include <opie2/oapplicationfactory.h> 00017 00018 OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<ZSafe> ) 00019
1.4.2