summaryrefslogtreecommitdiff
path: root/core/pim/todo
Side-by-side diff
Diffstat (limited to 'core/pim/todo') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/templatedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/templatedialog.cpp b/core/pim/todo/templatedialog.cpp
index ffcdc24..c94f69c 100644
--- a/core/pim/todo/templatedialog.cpp
+++ b/core/pim/todo/templatedialog.cpp
@@ -34,3 +34,3 @@ TemplateDialog::TemplateDialog( QWidget* widget )
connect(m_rem, SIGNAL(clicked() ),
- this, SLOT(slotEdit() ) );
+ this, SLOT(slotRemove() ) );
connect(m_lne, SIGNAL(returnPressed() ),