-rw-r--r-- | core/pim/addressbook/ablabel.cpp | 6 | ||||
-rw-r--r-- | core/pim/addressbook/ablabel.h | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/pim/addressbook/ablabel.cpp b/core/pim/addressbook/ablabel.cpp index 1139bd7..80b57ae 100644 --- a/core/pim/addressbook/ablabel.cpp +++ b/core/pim/addressbook/ablabel.cpp | |||
@@ -118,6 +118,12 @@ void AbLabel::keyPressEvent( QKeyEvent *e ) | |||
118 | else | 118 | else |
119 | m_itCurContact = m_viewList.begin(); | 119 | m_itCurContact = m_viewList.begin(); |
120 | break; | 120 | break; |
121 | case Qt::Key_Return: // fall through | ||
122 | case Qt::Key_Space: // fall through | ||
123 | case Qt::Key_Enter: // we want to switch back | ||
124 | emit signalOkPressed(); | ||
125 | break; | ||
126 | default: break; | ||
121 | } | 127 | } |
122 | } | 128 | } |
123 | 129 | ||
diff --git a/core/pim/addressbook/ablabel.h b/core/pim/addressbook/ablabel.h index b1e35de..80336dc 100644 --- a/core/pim/addressbook/ablabel.h +++ b/core/pim/addressbook/ablabel.h | |||