summaryrefslogtreecommitdiff
path: root/core/pim/today/main.cpp
Side-by-side diff
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
@@ -22,2 +22,4 @@
+QPEApplication *todayApp;
+
int main( int argc, char ** argv )
@@ -25,2 +27,3 @@ int main( int argc, char ** argv )
QPEApplication a(argc, argv);
+ todayApp=&a;