summaryrefslogtreecommitdiff
path: root/core/pim/today/main.cpp
Unidiff
Diffstat (limited to 'core/pim/today/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/main.cpp b/core/pim/today/main.cpp
index 156cd0f..d4ec3ce 100644
--- a/core/pim/today/main.cpp
+++ b/core/pim/today/main.cpp
@@ -9,16 +9,15 @@
9 * 9 *
10 */ 10 */
11/*************************************************************************** 11/***************************************************************************
12 * * 12 * *
13 * This program is free software; you can redistribute it and/or modify * 13 * This program is free software; you can redistribute it and/or modify *
14 * it under the terms of the GNU General Public License as published by * 14 * it under the terms of the GNU General Public License as published by *
15 * the Free Software Foundation; either version 2 of the License, or * 15 * the Free Software Foundation; either version 2 of the License, or *
16 * (at your option) any later version. * 16 * (at your option) any later version. *
17 * * 17 * *
18 ***************************************************************************/ 18 ***************************************************************************/
19 19
20#include "today.h" 20#include "today.h"
21#include <qpe/qpeapplication.h>
22#include <opie/oapplicationfactory.h> 21#include <opie/oapplicationfactory.h>
23 22
24OPIE_EXPORT_APP( OApplicationFactory<Today> ) 23OPIE_EXPORT_APP( OApplicationFactory<Today> )