summaryrefslogtreecommitdiff
path: root/core/pim/today/main.cpp
authorhakan <hakan>2002-03-29 16:34:24 (UTC)
committer hakan <hakan>2002-03-29 16:34:24 (UTC)
commitdee656e9bf63cc44f906375d5b24cd953a945a8f (patch) (side-by-side diff)
tree5277eb78d25bd3b55dd3196dc8eff926d0e3ba4d /core/pim/today/main.cpp
parent3a1684894efb2106f957469b94350abf754a404e (diff)
downloadopie-dee656e9bf63cc44f906375d5b24cd953a945a8f.zip
opie-dee656e9bf63cc44f906375d5b24cd953a945a8f.tar.gz
opie-dee656e9bf63cc44f906375d5b24cd953a945a8f.tar.bz2
Clicking an event will now bring it up in the datebook dateentry editor
Diffstat (limited to 'core/pim/today/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/today/main.cpp b/core/pim/today/main.cpp
index 552db7c..72c0a2e 100644
--- a/core/pim/today/main.cpp
+++ b/core/pim/today/main.cpp
@@ -20,9 +20,12 @@
#include "today.h"
#include <qpe/qpeapplication.h>
+QPEApplication *todayApp;
+
int main( int argc, char ** argv )
{
QPEApplication a(argc, argv);
+ todayApp=&a;
Today t;