-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 @@ -447,17 +447,17 @@ void Today::startTodo() { /* * launch opiemail */ void Today::startMail() { QCopEnvelope e("QPE/System", "execute(QString)"); e << QString("opiemail"); //Right now start both, maybe decide which to rum via config file .. - QCopEnvelope e("QPE/System", "execute(QString)"); + QCopEnvelope f("QPE/System", "execute(QString)"); e << QString("qtmail"); } Today::~Today() { } /* |