summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/main.cpp
blob: 7729d5fcf8b6b8d02599d96d44a608df9c9839d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***************************************************************************
   application:             : ODict

   begin                    : December 2002
   copyright                : ( C ) 2002, 2003 by Carsten Niehaus
   email                    : cniehaus@handhelds.org
 **************************************************************************/

/***************************************************************************
 *                                                                         *
 * 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; either version 2 of the License, or       *
 * ( at your option ) any later version.                                   *
 *                                                                         *
 **************************************************************************/


#include <opie2/oapplicationfactory.h>

#include "odict.h"


using namespace Opie::Core;
using namespace Opie::Core;
OPIE_EXPORT_APP( OApplicationFactory<ODict> )