summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/main.cpp
blob: e62930c631d410638d1b0645607653a18cf3e5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/***************************************************************************
                             main.cpp
                             -------------------
    begin                : November 2002
    copyright            : (C) 2002 by Joseph Wenninger <jowenn@kde.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.                                         *
 *   ONLY VERSION 2 OF THE LICENSE IS APPLICABLE                           *
 *                                                                         *
 ***************************************************************************/

#include <opie2/oapplicationfactory.h>

#include "tinykate.h"

OPIE_EXPORT_APP( OApplicationFactory<TinyKate> )