summaryrefslogtreecommitdiff
path: root/core/pim/todo/main.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/todo/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/pim/todo/main.cpp b/core/pim/todo/main.cpp
index 58ed45c..7763169 100644
--- a/core/pim/todo/main.cpp
+++ b/core/pim/todo/main.cpp
@@ -22,5 +22,4 @@
-#include <qdatetime.h>
#include <qpe/qpeapplication.h>
@@ -40,5 +39,5 @@ int main( int argc, char **argv )
int t = time.elapsed();
qWarning("QTime %d", t/1000 );
- mw.setCaption("Opie Todolist");
+ mw.setCaption( QObject::tr("Opie Todolist"));
QObject::connect( &a, SIGNAL( flush() ), &mw, SLOT( slotFlush() ) );
QObject::connect( &a, SIGNAL( reload() ), &mw, SLOT( slotReload() ) );