-rw-r--r-- | core/pim/todo/templatedialog.cpp | 2 |
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 | |||
@@ -29,13 +29,13 @@ TemplateDialog::TemplateDialog( QWidget* widget ) | |||
29 | 29 | ||
30 | connect(m_add, SIGNAL(clicked() ), | 30 | connect(m_add, SIGNAL(clicked() ), |
31 | this, SLOT(slotAdd() ) ); | 31 | this, SLOT(slotAdd() ) ); |
32 | connect(m_edit, SIGNAL(clicked() ), | 32 | connect(m_edit, SIGNAL(clicked() ), |
33 | this, SLOT(slotEdit() ) ); | 33 | this, SLOT(slotEdit() ) ); |
34 | connect(m_rem, SIGNAL(clicked() ), | 34 | connect(m_rem, SIGNAL(clicked() ), |
35 | this, SLOT(slotEdit() ) ); | 35 | this, SLOT(slotRemove() ) ); |
36 | connect(m_lne, SIGNAL(returnPressed() ), | 36 | connect(m_lne, SIGNAL(returnPressed() ), |
37 | this, SLOT(slotReturn() ) ); | 37 | this, SLOT(slotReturn() ) ); |
38 | 38 | ||
39 | } | 39 | } |
40 | TemplateDialog::~TemplateDialog() { | 40 | TemplateDialog::~TemplateDialog() { |
41 | // Qt does delete our widgets | 41 | // Qt does delete our widgets |