summaryrefslogtreecommitdiff
path: root/core/pim/todo
authorzecke <zecke>2003-02-11 18:45:06 (UTC)
committer zecke <zecke>2003-02-11 18:45:06 (UTC)
commit5145521f5ff79d6a418244e33d357b5b8168e072 (patch) (side-by-side diff)
treee952fa0c814ca757f3a44afab9085d2332b93936 /core/pim/todo
parent986afbabdd7c291f2fcbecd865e8c7075623bbf8 (diff)
downloadopie-5145521f5ff79d6a418244e33d357b5b8168e072.zip
opie-5145521f5ff79d6a418244e33d357b5b8168e072.tar.gz
opie-5145521f5ff79d6a418244e33d357b5b8168e072.tar.bz2
Fix 0000645
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
@@ -32,7 +32,7 @@ TemplateDialog::TemplateDialog( QWidget* widget )
connect(m_edit, SIGNAL(clicked() ),
this, SLOT(slotEdit() ) );
connect(m_rem, SIGNAL(clicked() ),
- this, SLOT(slotEdit() ) );
+ this, SLOT(slotRemove() ) );
connect(m_lne, SIGNAL(returnPressed() ),
this, SLOT(slotReturn() ) );