-rw-r--r-- | core/pim/today/today.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 1cb4881..87a7970 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp | |||
@@ -454,3 +454,3 @@ void Today::startMail() { | |||
454 | //Right now start both, maybe decide which to rum via config file .. | 454 | //Right now start both, maybe decide which to rum via config file .. |
455 | QCopEnvelope e("QPE/System", "execute(QString)"); | 455 | QCopEnvelope f("QPE/System", "execute(QString)"); |
456 | e << QString("qtmail"); | 456 | e << QString("qtmail"); |