summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/main.cpp
blob: 3d818f9b42d3323e91e755a83b3a2b486c2bd447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
** Author: Carsten Schneider <CarstenSchneider@t-online.de>
**
** $Id$
**
** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html
*/


#include "zsafe.h"

/* OPIE */
#include <opie2/odebug.h>

/* QT */
#include <opie2/oapplicationfactory.h>

OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<ZSafe> )